Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h102 ngx_int_t ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write);
H A Dngx_event_pipe.c23 ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write) in ngx_event_pipe() function
/f-stack/app/nginx-1.16.1/auto/
H A Dsources92 src/event/ngx_event_pipe.h"
100 src/event/ngx_event_pipe.c"
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c3877 if (ngx_event_pipe(p, 1) == NGX_ABORT) { in ngx_http_upstream_process_downstream()
3923 if (ngx_event_pipe(p, 0) == NGX_ABORT) { in ngx_http_upstream_process_upstream()
3951 if (ngx_event_pipe(p, 1) == NGX_ABORT) { in ngx_http_upstream_process_request()