Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
H A Dsockets.c93 #define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SELECT_CB, name, retblock) macro
2088 API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(ENOMEM); lwip_select_dec_sockets_used(maxfdp1, &used_sockets); return -1); in lwip_select()
2429 API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(EAGAIN); lwip_poll_dec_sockets_used(fds, nfds); return -1); in lwip_poll()

Completed in 5 milliseconds