cln                45 core/ngx_file.c     ngx_pool_cleanup_t       *cln;
cln                65 core/ngx_file.c     cln = ngx_pool_cleanup_add(pool, sizeof(ngx_pool_cleanup_file_t));
cln                66 core/ngx_file.c     if (cln == NULL) {
cln                86 core/ngx_file.c             cln->handler = clean ? ngx_pool_delete_file : ngx_pool_cleanup_file;
cln                87 core/ngx_file.c             clnf = cln->data;
cln                45 core/ngx_open_file_cache.c     ngx_pool_cleanup_t     *cln;
cln                62 core/ngx_open_file_cache.c     cln = ngx_pool_cleanup_add(pool, 0);
cln                63 core/ngx_open_file_cache.c     if (cln == NULL) {
cln                67 core/ngx_open_file_cache.c     cln->handler = ngx_open_file_cache_cleanup;
cln                68 core/ngx_open_file_cache.c     cln->data = cache;
cln               137 core/ngx_open_file_cache.c     ngx_pool_cleanup_t             *cln;
cln               166 core/ngx_open_file_cache.c         cln = ngx_pool_cleanup_add(pool, sizeof(ngx_pool_cleanup_file_t));
cln               167 core/ngx_open_file_cache.c         if (cln == NULL) {
cln               174 core/ngx_open_file_cache.c             cln->handler = ngx_pool_cleanup_file;
cln               175 core/ngx_open_file_cache.c             clnf = cln->data;
cln               185 core/ngx_open_file_cache.c     cln = ngx_pool_cleanup_add(pool, sizeof(ngx_open_file_cache_cleanup_t));
cln               186 core/ngx_open_file_cache.c     if (cln == NULL) {
cln               413 core/ngx_open_file_cache.c             cln->handler = ngx_open_file_cleanup;
cln               414 core/ngx_open_file_cache.c             ofcln = cln->data;
cln                97 core/ngx_resolver.c     ngx_pool_cleanup_t    *cln;
cln               100 core/ngx_resolver.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln               101 core/ngx_resolver.c     if (cln == NULL) {
cln               105 core/ngx_resolver.c     cln->handler = ngx_resolver_cleanup;
cln               112 core/ngx_resolver.c     cln->data = r;
cln               407 http/modules/ngx_http_geoip_module.c     ngx_pool_cleanup_t     *cln;
cln               415 http/modules/ngx_http_geoip_module.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln               416 http/modules/ngx_http_geoip_module.c     if (cln == NULL) {
cln               420 http/modules/ngx_http_geoip_module.c     cln->handler = ngx_http_geoip_cleanup;
cln               421 http/modules/ngx_http_geoip_module.c     cln->data = conf;
cln               733 http/modules/ngx_http_image_filter_module.c     ngx_pool_cleanup_t            *cln;
cln               949 http/modules/ngx_http_image_filter_module.c     cln = ngx_pool_cleanup_add(r->pool, 0);
cln               950 http/modules/ngx_http_image_filter_module.c     if (cln == NULL) {
cln               961 http/modules/ngx_http_image_filter_module.c     cln->handler = ngx_http_image_cleanup;
cln               962 http/modules/ngx_http_image_filter_module.c     cln->data = out;
cln               127 http/modules/ngx_http_limit_zone_module.c     ngx_pool_cleanup_t             *cln;
cln               170 http/modules/ngx_http_limit_zone_module.c     cln = ngx_pool_cleanup_add(r->pool, sizeof(ngx_http_limit_zone_cleanup_t));
cln               171 http/modules/ngx_http_limit_zone_module.c     if (cln == NULL) {
cln               249 http/modules/ngx_http_limit_zone_module.c     cln->handler = ngx_http_limit_zone_cleanup;
cln               250 http/modules/ngx_http_limit_zone_module.c     lzcln = cln->data;
cln              2747 http/modules/ngx_http_proxy_module.c     ngx_pool_cleanup_t  *cln;
cln              2763 http/modules/ngx_http_proxy_module.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln              2764 http/modules/ngx_http_proxy_module.c     if (cln == NULL) {
cln              2768 http/modules/ngx_http_proxy_module.c     cln->handler = ngx_ssl_cleanup_ctx;
cln              2769 http/modules/ngx_http_proxy_module.c     cln->data = plcf->upstream.ssl;
cln               249 http/modules/ngx_http_realip_module.c     ngx_pool_cleanup_t     *cln;
cln               252 http/modules/ngx_http_realip_module.c     cln = ngx_pool_cleanup_add(r->pool, sizeof(ngx_http_realip_ctx_t));
cln               253 http/modules/ngx_http_realip_module.c     if (cln == NULL) {
cln               257 http/modules/ngx_http_realip_module.c     ctx = cln->data;
cln               280 http/modules/ngx_http_realip_module.c     cln->handler = ngx_http_realip_cleanup;
cln               338 http/modules/ngx_http_ssl_module.c     ngx_pool_cleanup_t  *cln;
cln               418 http/modules/ngx_http_ssl_module.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln               419 http/modules/ngx_http_ssl_module.c     if (cln == NULL) {
cln               423 http/modules/ngx_http_ssl_module.c     cln->handler = ngx_ssl_cleanup_ctx;
cln               424 http/modules/ngx_http_ssl_module.c     cln->data = &conf->ssl;
cln               278 http/modules/ngx_http_xslt_filter_module.c     ngx_pool_cleanup_t  *cln;
cln               287 http/modules/ngx_http_xslt_filter_module.c     cln = ngx_pool_cleanup_add(r->pool, 0);
cln               289 http/modules/ngx_http_xslt_filter_module.c     if (cln == NULL) {
cln               313 http/modules/ngx_http_xslt_filter_module.c     cln->handler = ngx_http_xslt_cleanup;
cln               314 http/modules/ngx_http_xslt_filter_module.c     cln->data = b->pos;
cln               712 http/modules/ngx_http_xslt_filter_module.c     ngx_pool_cleanup_t                *cln;
cln               732 http/modules/ngx_http_xslt_filter_module.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln               733 http/modules/ngx_http_xslt_filter_module.c     if (cln == NULL) {
cln               744 http/modules/ngx_http_xslt_filter_module.c     cln->handler = ngx_http_xslt_cleanup_dtd;
cln               745 http/modules/ngx_http_xslt_filter_module.c     cln->data = xlcf->dtd;
cln               767 http/modules/ngx_http_xslt_filter_module.c     ngx_pool_cleanup_t                *cln;
cln               806 http/modules/ngx_http_xslt_filter_module.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln               807 http/modules/ngx_http_xslt_filter_module.c     if (cln == NULL) {
cln               819 http/modules/ngx_http_xslt_filter_module.c     cln->handler = ngx_http_xslt_cleanup_stylesheet;
cln               820 http/modules/ngx_http_xslt_filter_module.c     cln->data = sheet->stylesheet;
cln               458 http/modules/perl/ngx_http_perl_module.c     ngx_pool_cleanup_t  *cln;
cln               460 http/modules/perl/ngx_http_perl_module.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln               461 http/modules/perl/ngx_http_perl_module.c     if (cln == NULL) {
cln               529 http/modules/perl/ngx_http_perl_module.c     cln->handler = ngx_http_perl_cleanup_perl;
cln               530 http/modules/perl/ngx_http_perl_module.c     cln->data = pmcf->perl;
cln              2406 http/ngx_http_core_module.c     ngx_http_cleanup_t  *cln;
cln              2410 http/ngx_http_core_module.c     cln = ngx_palloc(r->pool, sizeof(ngx_http_cleanup_t));
cln              2411 http/ngx_http_core_module.c     if (cln == NULL) {
cln              2416 http/ngx_http_core_module.c         cln->data = ngx_palloc(r->pool, size);
cln              2417 http/ngx_http_core_module.c         if (cln->data == NULL) {
cln              2422 http/ngx_http_core_module.c         cln->data = NULL;
cln              2425 http/ngx_http_core_module.c     cln->handler = NULL;
cln              2426 http/ngx_http_core_module.c     cln->next = r->cleanup;
cln              2428 http/ngx_http_core_module.c     r->cleanup = cln;
cln              2431 http/ngx_http_core_module.c                    "http cleanup add: %p", cln);
cln              2433 http/ngx_http_core_module.c     return cln;
cln               174 http/ngx_http_file_cache.c     ngx_pool_cleanup_t     *cln;
cln               182 http/ngx_http_file_cache.c     cln = ngx_pool_cleanup_add(r->pool, 0);
cln               183 http/ngx_http_file_cache.c     if (cln == NULL) {
cln               191 http/ngx_http_file_cache.c     cln->handler = ngx_http_file_cache_cleanup;
cln               192 http/ngx_http_file_cache.c     cln->data = c;
cln               243 http/ngx_http_file_cache.c     ngx_pool_cleanup_t        *cln;
cln               256 http/ngx_http_file_cache.c     cln = ngx_pool_cleanup_add(r->pool, 0);
cln               257 http/ngx_http_file_cache.c     if (cln == NULL) {
cln               270 http/ngx_http_file_cache.c     cln->handler = ngx_http_file_cache_cleanup;
cln               271 http/ngx_http_file_cache.c     cln->data = c;
cln              2061 http/ngx_http_request.c     ngx_http_cleanup_t    *cln;
cln              2074 http/ngx_http_request.c     cln = mr->cleanup;
cln              2077 http/ngx_http_request.c     while (cln) {
cln              2078 http/ngx_http_request.c         if (cln->handler) {
cln              2079 http/ngx_http_request.c             cln->handler(cln->data);
cln              2082 http/ngx_http_request.c         cln = cln->next;
cln              2931 http/ngx_http_request.c     ngx_http_cleanup_t        *cln;
cln              2944 http/ngx_http_request.c     for (cln = r->cleanup; cln; cln = cln->next) {
cln              2945 http/ngx_http_request.c         if (cln->handler) {
cln              2946 http/ngx_http_request.c             cln->handler(cln->data);
cln               439 http/ngx_http_upstream.c     ngx_http_cleanup_t             *cln;
cln               527 http/ngx_http_upstream.c     cln = ngx_http_cleanup_add(r, 0);
cln               528 http/ngx_http_upstream.c     if (cln == NULL) {
cln               533 http/ngx_http_upstream.c     cln->handler = ngx_http_upstream_cleanup;
cln               534 http/ngx_http_upstream.c     cln->data = r;
cln               535 http/ngx_http_upstream.c     u->cleanup = &cln->handler;
cln               187 mail/ngx_mail_ssl_module.c     ngx_pool_cleanup_t  *cln;
cln               259 mail/ngx_mail_ssl_module.c     cln = ngx_pool_cleanup_add(cf->pool, 0);
cln               260 mail/ngx_mail_ssl_module.c     if (cln == NULL) {
cln               264 mail/ngx_mail_ssl_module.c     cln->handler = ngx_ssl_cleanup_ctx;
cln               265 mail/ngx_mail_ssl_module.c     cln->data = &conf->ssl;