postponed 2250 http/ngx_http_core_module.c if (c->data == r && r->postponed == NULL) { postponed 2267 http/ngx_http_core_module.c if (r->postponed) { postponed 2268 http/ngx_http_core_module.c for (p = r->postponed; p->next; p = p->next) { /* void */ } postponed 2272 http/ngx_http_core_module.c r->postponed = pr; postponed 79 http/ngx_http_postpone_filter_module.c if (r->postponed == NULL) { postponed 93 http/ngx_http_postpone_filter_module.c pr = r->postponed; postponed 101 http/ngx_http_postpone_filter_module.c r->postponed = pr->next; postponed 123 http/ngx_http_postpone_filter_module.c r->postponed = pr->next; postponed 125 http/ngx_http_postpone_filter_module.c } while (r->postponed); postponed 136 http/ngx_http_postpone_filter_module.c if (r->postponed) { postponed 137 http/ngx_http_postpone_filter_module.c for (pr = r->postponed; pr->next; pr = pr->next) { /* void */ } postponed 146 http/ngx_http_postpone_filter_module.c ppr = &r->postponed; postponed 1944 http/ngx_http_request.c if (r->buffered || r->postponed) { postponed 1985 http/ngx_http_request.c if (pr->postponed && pr->postponed->request == r) { postponed 1986 http/ngx_http_request.c pr->postponed = pr->postponed->next; postponed 2013 http/ngx_http_request.c if (r->buffered || c->buffered || r->postponed || r->blocked) { postponed 2254 http/ngx_http_request.c if (r->buffered || r->postponed || (r == r->main && c->buffered)) { postponed 394 http/ngx_http_request.h ngx_http_postponed_request_t *postponed; postponed 296 http/ngx_http_write_filter_module.c if ((c->buffered & NGX_LOWLEVEL_BUFFERED) && r->postponed == NULL) {