Searched refs:from_upstream (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_write_filter_module.c | 14 ngx_chain_t *from_upstream; member 20 ngx_chain_t *in, ngx_uint_t from_upstream); 54 ngx_uint_t from_upstream) in ngx_stream_write_filter() argument 74 if (from_upstream) { in ngx_stream_write_filter() 76 out = &ctx->from_upstream; in ngx_stream_write_filter()
|
| H A D | ngx_stream_proxy_module.c | 76 ngx_uint_t from_upstream); 80 ngx_uint_t from_upstream, ngx_uint_t do_write); 82 ngx_uint_t from_upstream); 1427 if (from_upstream && !u->connected) { in ngx_stream_proxy_process_connection() 1431 ngx_stream_proxy_process(s, from_upstream, ev->write); in ngx_stream_proxy_process_connection() 1548 if (from_upstream) { in ngx_stream_proxy_process() 1580 rc = ngx_stream_top_filter(s, *out, from_upstream); in ngx_stream_proxy_process() 1641 if (from_upstream) { in ngx_stream_proxy_process() 1681 if (ngx_stream_proxy_test_finalize(s, from_upstream) == NGX_OK) { in ngx_stream_proxy_process() 1710 ngx_uint_t from_upstream) in ngx_stream_proxy_test_finalize() argument [all …]
|
| H A D | ngx_stream.h | 305 ngx_chain_t *chain, ngx_uint_t from_upstream);
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 71 ngx_uint_t from_upstream, ngx_uint_t do_write); 3334 ngx_uint_t from_upstream, ngx_uint_t do_write) in ngx_http_upstream_process_upgraded() argument 3347 "http upstream process upgraded, fu:%ui", from_upstream); in ngx_http_upstream_process_upgraded() 3365 if (from_upstream) { in ngx_http_upstream_process_upgraded() 3436 if (from_upstream) { in ngx_http_upstream_process_upgraded()
|