Searched refs:ht (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/winnt/
H A Dchild.c961 apr_hash_t *ht; local
979 ht = apr_hash_make(pchild);
1082 /* Save the score board index in ht keyed to the thread handle.
1088 apr_hash_set(ht, &child_handles[i], sizeof(HANDLE), score_idx);
1334 score_idx = apr_hash_get(ht, &child_handles[i], sizeof(HANDLE));
/httpd/include/
H A Dhttp_core.h801 * @param ht The hash table to store the results. Keys are item names, and
806 (apr_pool_t *p, const char * val, apr_hash_t *ht))
/httpd/modules/examples/
H A Dmod_example_hooks.c1367 static int x_get_mgmt_items(apr_pool_t *p, const char *val, apr_hash_t *ht) argument
/httpd/server/
H A Dcore.c90 (apr_pool_t *p, const char *val, apr_hash_t *ht),
91 (p, val, ht), OK, DECLINED)

Completed in 1146 milliseconds