Home
last modified time | relevance | path

Searched refs:API_SELECT_CB_VAR_ALLOC (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/api/
Dsockets.c93 #define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SEL… macro
2088API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(ENOMEM); lwip_select_dec_sockets_used(maxfdp1, &used_… in lwip_select()
2429API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(EAGAIN); lwip_poll_dec_sockets_used(fds, nfds); retur… in lwip_poll()
/third_party/lwip/
D0016-lstack-support-mysql-mode.patch101 …#define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SE…
D0002-adapt-lstack.patch593 …#define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SE…