Searched refs:ngx_blocking (Results 1 – 5 of 5) sorted by relevance
26 int ngx_blocking(ngx_socket_t s);36 #define ngx_blocking(s) fcntl(s, F_SETFL, fcntl(s, F_GETFL) & ~O_NONBLOCK) macro
38 ngx_blocking(ngx_socket_t s) in ngx_blocking() function
289 if (ngx_blocking(s) == -1) {
184 if (ngx_blocking(s) == -1) {
4612 if (ngx_blocking(s) == -1) {