Searched refs:ht (Results 1 - 4 of 4) sorted by relevance
/httpd/server/mpm/winnt/ |
H A D | child.c | 961 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 D | http_core.h | 801 * @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 D | mod_example_hooks.c | 1367 static int x_get_mgmt_items(apr_pool_t *p, const char *val, apr_hash_t *ht) argument
|
/httpd/server/ |
H A D | core.c | 90 (apr_pool_t *p, const char *val, apr_hash_t *ht), 91 (p, val, ht), OK, DECLINED)
|
Completed in 1146 milliseconds