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

/freebsd-13-stable/contrib/apr/tables/
H A Dapr_hash.c530 apr_hash_index_t hix; local
534 hix.ht = (apr_hash_t *)ht;
535 hix.index = 0;
536 hix.this = NULL;
537 hix.next = NULL;
539 if ((hi = apr_hash_next(&hix))) {

Completed in 49 milliseconds