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

/httpd/modules/http/
H A Dhttp_protocol.c644 static void register_one_method(apr_pool_t *p, const char *methname, argument
650 apr_hash_set(methods_registry, methname, APR_HASH_KEY_STRING, pnum);
702 AP_DECLARE(int) ap_method_register(apr_pool_t *p, const char *methname) argument
710 if (methname == NULL) {
717 methnum = (int *)apr_hash_get(methods_registry, methname,
729 METHOD_NUMBER_LAST, methname);
733 register_one_method(p, methname, cur_method_number);

Completed in 14 milliseconds