posted_requests 1821 http/ngx_http_request.c pr = r->main->posted_requests; posted_requests 1827 http/ngx_http_request.c r->main->posted_requests = pr->next; posted_requests 1857 http/ngx_http_request.c for (p = &r->main->posted_requests; *p; p = &(*p)->next) { /* void */ } posted_requests 2096 http/ngx_http_request.c mr->posted_requests = NULL; posted_requests 396 http/ngx_http_request.h ngx_http_posted_request_t *posted_requests;