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

/httpd/modules/http/
H A Dhttp_protocol.c647 int *pnum = apr_palloc(p, sizeof(*pnum)); local
649 *pnum = methnum;
650 apr_hash_set(methods_registry, methname, APR_HASH_KEY_STRING, pnum);

Completed in 670 milliseconds