Searched refs:ngx_event_pipe_t (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.h | 17 typedef struct ngx_event_pipe_s ngx_event_pipe_t; typedef 19 typedef ngx_int_t (*ngx_event_pipe_input_filter_pt)(ngx_event_pipe_t *p, 102 ngx_int_t ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write); 103 ngx_int_t ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf); 104 ngx_int_t ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b);
|
| H A D | ngx_event_pipe.c | 14 static ngx_int_t ngx_event_pipe_read_upstream(ngx_event_pipe_t *p); 15 static ngx_int_t ngx_event_pipe_write_to_downstream(ngx_event_pipe_t *p); 17 static ngx_int_t ngx_event_pipe_write_chain_to_temp_file(ngx_event_pipe_t *p); 19 static ngx_int_t ngx_event_pipe_drain_chains(ngx_event_pipe_t *p); 23 ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write) in ngx_event_pipe() 102 ngx_event_pipe_read_upstream(ngx_event_pipe_t *p) in ngx_event_pipe_read_upstream() 498 ngx_event_pipe_write_to_downstream(ngx_event_pipe_t *p) in ngx_event_pipe_write_to_downstream() 734 ngx_event_pipe_write_chain_to_temp_file(ngx_event_pipe_t *p) in ngx_event_pipe_write_chain_to_temp_file() 950 ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf) in ngx_event_pipe_copy_input_filter() 1024 ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b) in ngx_event_pipe_add_free_buf() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 325 ngx_event_pipe_t *pipe;
|
| H A D | ngx_http_upstream.c | 2907 ngx_event_pipe_t *p; in ngx_http_upstream_send_response() 3740 ngx_event_pipe_t *p; in ngx_http_upstream_thread_handler() 3821 ngx_event_pipe_t *p; in ngx_http_upstream_output_filter() 3840 ngx_event_pipe_t *p; in ngx_http_upstream_process_downstream() 3892 ngx_event_pipe_t *p; in ngx_http_upstream_process_upstream() 3938 ngx_event_pipe_t *p; in ngx_http_upstream_process_request()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_proxy_module.c | 137 static ngx_int_t ngx_http_proxy_copy_filter(ngx_event_pipe_t *p, 139 static ngx_int_t ngx_http_proxy_chunked_filter(ngx_event_pipe_t *p, 930 u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t)); in ngx_http_proxy_handler() 2028 ngx_http_proxy_copy_filter(ngx_event_pipe_t *p, ngx_buf_t *buf) in ngx_http_proxy_copy_filter() 2086 ngx_http_proxy_chunked_filter(ngx_event_pipe_t *p, ngx_buf_t *buf) in ngx_http_proxy_chunked_filter()
|
| H A D | ngx_http_fastcgi_module.c | 158 static ngx_int_t ngx_http_fastcgi_input_filter(ngx_event_pipe_t *p, 730 u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t)); in ngx_http_fastcgi_handler() 2091 ngx_http_fastcgi_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf) in ngx_http_fastcgi_input_filter()
|
| H A D | ngx_http_scgi_module.c | 529 u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t)); in ngx_http_scgi_handler()
|
| H A D | ngx_http_uwsgi_module.c | 698 u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t)); in ngx_http_uwsgi_handler()
|