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

/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c4015 int sk_flags = fcntl (socket_fd, F_GETFL); local
4016 if (0 != fcntl (socket_fd, F_SETFL, sk_flags | O_NONBLOCK))
4151 int sk_flags; local
4153 unsigned long sk_flags;
4170 sk_flags = fcntl (socket_fd, F_GETFL);
4171 if (sk_flags < 0)
4173 if (0 != fcntl (socket_fd, F_SETFL, sk_flags | O_NONBLOCK))
4176 sk_flags = 1;
4177 if (SOCKET_ERROR == ioctlsocket (socket_fd, FIONBIO, &sk_flags))

Completed in 49 milliseconds