Home
last modified time | relevance | path

Searched refs:API_VAR_FREE (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h71 #define API_VAR_FREE(pool, name) memp_free(pool, name) macro
88 #define API_VAR_FREE(pool, name) macro
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_lib.c82 #define API_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_API_MSG, name)
1320 API_VAR_FREE(MEMP_DNS_API_MSG, msg);
1330 API_VAR_FREE(MEMP_DNS_API_MSG, msg);
1339 API_VAR_FREE(MEMP_DNS_API_MSG, msg);
H A Dnetifapi.c55 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name)
H A Dtcpip.c56 #define TCPIP_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_TCPIP_MSG_API, name)
H A Dsockets.c86 #define API_SELECT_CB_VAR_FREE(name) API_VAR_FREE(MEMP_SELECT_CB, name)
176 #define LWIP_SETGETSOCKOPT_DATA_VAR_FREE(name) API_VAR_FREE(MEMP_SOCKET_SETGETSOCKOPT_DATA, name)