Home
last modified time | relevance | path

Searched refs:FCGI_END_REQUEST (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/httpd/
H A Dserver_fcgi.c46 #define FCGI_END_REQUEST 3 macro
582 case FCGI_END_REQUEST: in server_fcgi_read()
602 if (clt->clt_fcgi.type == FCGI_END_REQUEST) { in server_fcgi_read()
666 if (clt->clt_fcgi.type == FCGI_END_REQUEST || in server_fcgi_header()
793 if (clt->clt_fcgi.type == FCGI_END_REQUEST) { in server_fcgi_writechunk()
/openbsd/usr.sbin/bgplgd/
H A Dslowcgi.h21 #define FCGI_END_REQUEST 3 macro
H A Dslowcgi.c1151 header->type = FCGI_END_REQUEST; in create_end_record()
1218 else if (h->type == FCGI_END_REQUEST) in dump_fcgi_record()
/openbsd/usr.sbin/slowcgi/
H A Dslowcgi.c61 #define FCGI_END_REQUEST 3 macro
1001 header->type = FCGI_END_REQUEST; in create_end_record()
1178 else if (h->type == FCGI_END_REQUEST) in dump_fcgi_record()