Searched refs:ngx_http_chunked_t (Results 1 – 5 of 5) sorted by relevance
21 typedef struct ngx_http_chunked_s ngx_http_chunked_t; typedef115 ngx_http_chunked_t *ctx);
302 ngx_http_chunked_t *chunked;
729 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()
2133 ngx_http_chunked_t *ctx) in ngx_http_parse_chunked()
113 ngx_http_chunked_t chunked;