Home
last modified time | relevance | path

Searched refs:ngx_http_cleanup_t (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h332 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t; typedef
337 ngx_http_cleanup_t *next;
451 ngx_http_cleanup_t *cleanup;
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.c2544 ngx_http_cleanup_t *
2547 ngx_http_cleanup_t *cln; in ngx_http_cleanup_add()
2551 cln = ngx_palloc(r->pool, sizeof(ngx_http_cleanup_t)); in ngx_http_cleanup_add()
H A Dngx_http_request.c2619 ngx_http_cleanup_t *cln; in ngx_http_terminate_request()
3577 ngx_http_cleanup_t *cln; in ngx_http_free_request()
H A Dngx_http_upstream.c555 ngx_http_cleanup_t *cln; in ngx_http_upstream_init_request()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c143 ngx_http_cleanup_t *cln; in ngx_http_v2_header_filter()