Searched refs:API_VAR_ALLOC_EXT (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/priv/ |
D | tcpip_priv.h | 58 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) do { \ macro 64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… 85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) macro
|
/third_party/lwip/src/api/ |
D | sockets.c | 89 #define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SEL…
|