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

/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/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));

Completed in 17 milliseconds