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

/httpd/include/
H A Dhttp_protocol.h318 AP_DECLARE(ap_method_list_t *) ap_make_method_list(apr_pool_t *p, int nelts);
/httpd/modules/http/
H A Dhttp_request.c440 new->allowed_methods = ap_make_method_list(new->pool, 2);
H A Dhttp_protocol.c1546 AP_DECLARE(ap_method_list_t *) ap_make_method_list(apr_pool_t *p, int nelts) function
/httpd/server/
H A Dprotocol.c1013 r->allowed_methods = ap_make_method_list(p, 2);
H A Drequest.c1922 rnew->allowed_methods = ap_make_method_list(rnew->pool, 2);

Completed in 53 milliseconds