Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c14 static ngx_int_t ngx_event_pipe_read_upstream(ngx_event_pipe_t *p);
49 if (ngx_event_pipe_read_upstream(p) == NGX_ABORT) { in ngx_event_pipe()
102 ngx_event_pipe_read_upstream(ngx_event_pipe_t *p) in ngx_event_pipe_read_upstream() function