cleanup            36 core/ngx_palloc.c     p->cleanup = NULL;
cleanup            50 core/ngx_palloc.c     for (c = pool->cleanup; c; c = c->next) {
cleanup           334 core/ngx_palloc.c     c->next = p->cleanup;
cleanup           336 core/ngx_palloc.c     p->cleanup = c;
cleanup           350 core/ngx_palloc.c     for (c = p->cleanup; c; c = c->next) {
cleanup            62 core/ngx_palloc.h     ngx_pool_cleanup_t   *cleanup;
cleanup          2426 http/ngx_http_core_module.c     cln->next = r->cleanup;
cleanup          2428 http/ngx_http_core_module.c     r->cleanup = cln;
cleanup          2074 http/ngx_http_request.c     cln = mr->cleanup;
cleanup          2075 http/ngx_http_request.c     mr->cleanup = NULL;
cleanup          2944 http/ngx_http_request.c     for (cln = r->cleanup; cln; cln = cln->next) {
cleanup           425 http/ngx_http_request.h     ngx_http_cleanup_t               *cleanup;
cleanup           377 http/ngx_http_upstream.c     if (u && u->cleanup) {
cleanup           535 http/ngx_http_upstream.c     u->cleanup = &cln->handler;
cleanup          2934 http/ngx_http_upstream.c     if (u->cleanup) {
cleanup          2935 http/ngx_http_upstream.c         *u->cleanup = NULL;
cleanup          2936 http/ngx_http_upstream.c         u->cleanup = NULL;
cleanup           299 http/ngx_http_upstream.h     ngx_http_cleanup_pt             *cleanup;