Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ngx_nonblocking
Function
ngx_nonblocking
app/nginx-1.28.0/src/os/unix/ngx_socket.c:26–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
#if (NGX_HAVE_FIONBIO)
25
26
int
27
ngx_nonblocking(ngx_socket_t s)
28
{
29
int nb;
30
31
nb = 1;
32
33
return ioctl(s, FIONBIO, &nb);
34
}
35
36
37
int
Callers
7
ngx_spawn_process
Function · 0.70
ngx_udp_connect
Function · 0.50
ngx_resolver.c
File · 0.50
ngx_syslog_init_peer
Function · 0.50
ngx_open_listening_sockets
Function · 0.50
ngx_event_connect.c
File · 0.50
ngx_event_accept.c
File · 0.50
Calls
1
ioctl
Function · 0.50
Tested by
no test coverage detected