Home
last modified time | relevance | path

Searched refs:ngx_http_chunked_t (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h21 typedef struct ngx_http_chunked_s ngx_http_chunked_t; typedef
115 ngx_http_chunked_t *ctx);
H A Dngx_http_request.h302 ngx_http_chunked_t *chunked;
H A Dngx_http_request_body.c729 rb->chunked = ngx_pcalloc(r->pool, sizeof(ngx_http_chunked_t)); in ngx_http_discard_request_body_filter()
947 rb->chunked = ngx_pcalloc(r->pool, sizeof(ngx_http_chunked_t)); in ngx_http_request_body_chunked_filter()
H A Dngx_http_parse.c2133 ngx_http_chunked_t *ctx) in ngx_http_parse_chunked()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c113 ngx_http_chunked_t chunked;