Searched refs:ngx_event_pipe (Results 1 – 4 of 4) sorted by relevance
102 ngx_int_t ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write);
23 ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write) in ngx_event_pipe() function
92 src/event/ngx_event_pipe.h"100 src/event/ngx_event_pipe.c"
3877 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()