Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h104 ngx_int_t ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b);
H A Dngx_event_pipe.c718 if (ngx_event_pipe_add_free_buf(p, cl->buf->shadow) != NGX_OK) { in ngx_event_pipe_write_to_downstream()
1024 ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b) in ngx_event_pipe_add_free_buf() function
1096 if (ngx_event_pipe_add_free_buf(p, cl->buf->shadow) != NGX_OK) { in ngx_event_pipe_drain_chains()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c2332 if (ngx_event_pipe_add_free_buf(p, buf) != NGX_OK) { in ngx_http_fastcgi_input_filter()
H A Dngx_http_proxy_module.c2206 if (ngx_event_pipe_add_free_buf(p, buf) != NGX_OK) { in ngx_http_proxy_chunked_filter()