Searched refs:req_type (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_cgid.c202 int req_type; /* request type (CGI_REQ, SSI_REQ, etc.) */ member in struct:__anon186
429 if (req->req_type == GETPID_REQ) {
483 int req_type)
498 req.req_type = req_type;
729 if (cgid_req.req_type == GETPID_REQ) {
747 if (cgid_req.req_type == SSI_REQ) {
761 ((cgid_req.req_type == CGI_REQ) &&
1368 req.req_type = GETPID_REQ;
482 send_req(int fd, request_rec *r, char *argv0, char **env, int req_type) argument

Completed in 2125 milliseconds