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

/httpd/modules/aaa/
H A Dmod_allowmethods.c126 m = ap_method_number_of(argv[i]);
H A Dmod_authz_core.c1026 int m = ap_method_number_of(w);
/httpd/include/
H A Dhttp_protocol.h307 ((mask) & (AP_METHOD_BIT << ap_method_number_of((methname))))
641 AP_DECLARE(int) ap_method_number_of(const char *method);
/httpd/modules/mappers/
H A Dmod_actions.c117 methnum = ap_method_number_of(method);
/httpd/modules/http/
H A Dhttp_protocol.c931 AP_DECLARE(int) ap_method_number_of(const char *method) function
1589 methnum = ap_method_number_of(method);
1622 methnum = ap_method_number_of(method);
1655 methnum = ap_method_number_of(method);
/httpd/server/
H A Dprotocol.c636 r->method_number = ap_method_number_of(r->method);
H A Drequest.c2125 rnew->method_number = ap_method_number_of(method);
H A Dconfig.c466 methnum = ap_method_number_of(method);
H A Dcore.c2143 methnum = ap_method_number_of(method);

Completed in 56 milliseconds