Lines Matching refs:hi
399 apr_hash_index_t *hi;
412 for (hi = apr_hash_first(p, ctx->servers);
413 hi != NULL; hi = apr_hash_next(hi)) {
416 apr_hash_this(hi, NULL, NULL, (void **) &s);
470 apr_hash_index_t *hi;
472 for (hi = apr_hash_first(p, ctx->servers);
473 hi != NULL; hi = apr_hash_next(hi)) {
476 apr_hash_this(hi, NULL, NULL, (void **) &s);