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

/httpd/modules/proxy/
H A Dmod_proxy_connect.c138 if (r->method_number != M_CONNECT) {
226 if (r->method_number != M_CONNECT) {
H A Dmod_proxy.c534 else if (conf->req && r->method_number == M_CONNECT
/httpd/modules/http/
H A Dhttp_protocol.c676 register_one_method(p, "CONNECT", M_CONNECT);
867 ? M_CONNECT : UNKNOWN_METHOD);
/httpd/include/
H A Dhttpd.h586 #define M_CONNECT 4 macro
/httpd/modules/filters/
H A Dmod_reqtimeout.c396 if (ccfg == NULL || r->method_number == M_CONNECT) {
/httpd/server/
H A Dprotocol.c514 if (r->method_number == M_CONNECT) {
527 else if (r->method_number == M_CONNECT) {
/httpd/modules/aaa/
H A Dmod_auth_digest.c1649 if (r->method_number == M_CONNECT) {
/httpd/modules/mappers/
H A Dmod_rewrite.c871 if (r->method_number == M_CONNECT) {

Completed in 298 milliseconds