Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dwinsock.c274 void* apc_context; in uv__wsarecv_workaround() local
298 apc_context = (void*) overlapped; in uv__wsarecv_workaround()
300 apc_context = NULL; in uv__wsarecv_workaround()
309 apc_context, in uv__wsarecv_workaround()
369 void* apc_context; in uv__wsarecvfrom_workaround() local
396 apc_context = (void*) overlapped; in uv__wsarecvfrom_workaround()
398 apc_context = NULL; in uv__wsarecvfrom_workaround()
466 void* apc_context; in uv__msafd_poll() local
478 apc_context = NULL; in uv__msafd_poll()
480 apc_context = overlapped; in uv__msafd_poll()
[all …]

Completed in 13 milliseconds