Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h59 unsigned single_buf:1; member
H A Dngx_event_pipe.c221 if (p->single_buf) { in ngx_event_pipe_read_upstream()
287 if (p->single_buf) { in ngx_event_pipe_read_upstream()
320 if (p->single_buf) { in ngx_event_pipe_read_upstream()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c3199 p->single_buf = 1; in ngx_http_upstream_send_response()