Searched defs:req_conf (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_scgi.c401 scgi_request_config *req_conf = apr_palloc(r->pool, local
402 sizeof(*req_conf));
413 req_conf->location = location;
414 req_conf->type = scgi_sendfile;
416 req_conf);
435 scgi_request_config *req_conf = apr_palloc(r->pool, local
436 sizeof(*req_conf));
445 req_conf->location = location;
446 req_conf->type = scgi_internal_redirect;
448 req_conf);
466 scgi_request_config *req_conf; local
[all...]

Completed in 652 milliseconds