Searched refs:API_SELECT_CB_VAR_ALLOC (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/api/ |
D | sockets.c | 93 #define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SEL… macro 2088 …API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(ENOMEM); lwip_select_dec_sockets_used(maxfdp1, &used_… in lwip_select() 2429 …API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(EAGAIN); lwip_poll_dec_sockets_used(fds, nfds); retur… in lwip_poll()
|
/third_party/lwip/ |
D | 0016-lstack-support-mysql-mode.patch | 101 …#define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SE…
|
D | 0002-adapt-lstack.patch | 593 …#define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SE…
|