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

/httpd/modules/proxy/
H A Dmod_serf.c49 apr_hash_t *clusters; member in struct:__anon305
432 cluster = apr_hash_get(ctx->clusters,
725 apr_hash_set(ctx->clusters, cluster->name, APR_HASH_KEY_STRING, cluster);
743 ctx->clusters = apr_hash_make(p);
754 ctx->clusters = apr_hash_overlay(p, base->clusters, overrides->clusters);

Completed in 1340 milliseconds