Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h512 ngx_http_cleanup_t *ngx_http_cleanup_add(ngx_http_request_t *r, size_t size);
H A Dngx_http_core_module.c2545 ngx_http_cleanup_add(ngx_http_request_t *r, size_t size) in ngx_http_cleanup_add() function
H A Dngx_http_upstream.c674 cln = ngx_http_cleanup_add(r, 0); in ngx_http_upstream_init_request()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c658 cln = ngx_http_cleanup_add(r, 0); in ngx_http_v2_header_filter()