Home
last modified time | relevance | path

Searched refs:API_VAR_ALLOC_POOL (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ macro
87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) macro
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppapi.c50 #define PPPAPI_VAR_ALLOC(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, …
51 #define PPPAPI_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, …