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

/httpd/modules/http/
H A Dhttp_protocol.c640 static apr_hash_t *methods_registry = NULL; variable
650 apr_hash_set(methods_registry, methname, APR_HASH_KEY_STRING, pnum);
658 methods_registry = NULL;
665 methods_registry = apr_hash_make(p);
706 if (methods_registry == NULL) {
717 methnum = (int *)apr_hash_get(methods_registry, methname,
940 if (methods_registry != NULL) {
941 int *methnum = apr_hash_get(methods_registry, method, len);
956 apr_hash_index_t *hi = apr_hash_first(p, methods_registry);
1016 apr_hash_index_t *hi = apr_hash_first(r->pool, methods_registry);
[all...]

Completed in 1463 milliseconds