Lines Matching refs:out_hdr
520 req->out_hdr = NULL; in fcgi_init_request()
675 req->out_hdr = NULL; in fcgi_read_request()
1066 req->out_hdr = (fcgi_header*) req->out_pos;
1067 req->out_hdr->type = type;
1069 return req->out_hdr;
1074 if (req->out_hdr) {
1075 int len = req->out_pos - ((unsigned char*)req->out_hdr + sizeof(fcgi_header));
1077 …req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
1078 req->out_hdr = NULL;
1119 if (req->out_hdr && req->out_hdr->type != type) {
1128 if (!req->out_hdr) {
1154 if (!req->out_hdr) {
1160 if (!req->out_hdr) {
1166 if (!req->out_hdr) {
1188 fcgi_make_header(req->out_hdr, type, req->id, 0xfff8);
1189 req->out_hdr = NULL;
1204 fcgi_make_header(req->out_hdr, type, req->id, (len - pos) - rest);
1205 req->out_hdr = NULL;