Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dsys-socket.h9 #define EINPROGRESS WSAEINPROGRESS macro
H A Dmod_proxy.c394 if (errno == EINPROGRESS || errno == EALREADY) { in proxy_establish_connection()
H A Dmod_scgi.c1362 if (errno == EINPROGRESS || in scgi_establish_connection()
H A Dmod_fastcgi.c1713 if (errno == EINPROGRESS || in fcgi_establish_connection()
/mOS-networking-stack/util/
H A Dnetlib.c153 if (errno == EINPROGRESS) in CreateConnectionSocket()
/mOS-networking-stack/core/src/
H A Dapi.c105 errno == EINPROGRESS) { in GetSocketError()
1169 errno = EINPROGRESS; in mtcp_connect()
/mOS-networking-stack/samples/epwget/
H A Depwget.c194 if (errno != EINPROGRESS) { in CreateConnection()
H A Depwget-mp.c193 if (errno != EINPROGRESS) { in CreateConnection()