Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h114 ngx_int_t ngx_http_parse_chunked(ngx_http_request_t *r, ngx_buf_t *b,
H A Dngx_http_request_body.c739 rc = ngx_http_parse_chunked(r, b, rb->chunked); in ngx_http_discard_request_body_filter()
972 rc = ngx_http_parse_chunked(r, cl->buf, rb->chunked); in ngx_http_request_body_chunked_filter()
H A Dngx_http_parse.c2132 ngx_http_parse_chunked(ngx_http_request_t *r, ngx_buf_t *b, in ngx_http_parse_chunked() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c2110 rc = ngx_http_parse_chunked(r, buf, &ctx->chunked); in ngx_http_proxy_chunked_filter()
2289 rc = ngx_http_parse_chunked(r, buf, &ctx->chunked); in ngx_http_proxy_non_buffered_chunked_filter()