Searched defs:servers (Results 1 - 5 of 5) sorted by relevance
/httpd/include/ |
H A D | scoreboard.h | 155 worker_score **servers; member in struct:__anon41
|
/httpd/modules/cache/ |
H A D | mod_socache_memcache.c | 58 const char *servers; member in struct:ap_socache_instance_t 76 ctx->servers = apr_pstrdup(p, arg); 95 /* Find all the servers in the first run to get a total count */ 96 cache_config = apr_pstrdup(p, ctx->servers); 112 cache_config = apr_pstrdup(p, ctx->servers);
|
/httpd/modules/proxy/balancers/ |
H A D | mod_lbmethod_heartbeat.c | 61 apr_hash_t *servers; member in struct:ctx_servers 92 static apr_status_t readfile_heartbeats(const char *path, apr_hash_t *servers, argument 168 server = apr_hash_get(servers, ip, APR_HASH_KEY_STRING); 176 apr_hash_set(servers, server->ip, APR_HASH_KEY_STRING, server); 218 apr_hash_t *servers = (apr_hash_t *) ctx->servers; local 219 hb_server_t *server = apr_hash_get(servers, slotserver->ip, APR_HASH_KEY_STRING); 225 apr_hash_set(servers, server->ip, APR_HASH_KEY_STRING, server); 245 static apr_status_t read_heartbeats(const char *path, apr_hash_t *servers, argument 252 ctx.servers 270 apr_hash_t *servers; local [all...] |
/httpd/modules/cluster/ |
H A D | mod_heartmonitor.c | 66 apr_hash_t *servers; member in struct:hm_ctx_t 412 for (hi = apr_hash_first(p, ctx->servers); 472 for (hi = apr_hash_first(p, ctx->servers); 503 s = apr_hash_get(ctx->servers, ip, APR_HASH_KEY_STRING); 512 apr_hash_set(ctx->servers, s->ip, APR_HASH_KEY_STRING, s); 801 ctx->servers = apr_hash_make(ctx->p); 895 "Max number of servers when using slotmem (instead file) to store heartbeat data."),
|
/httpd/modules/proxy/ |
H A D | mod_serf.c | 425 apr_array_header_t *servers = NULL; local 451 "SerfCluster: %s is missing list servers provider.", cluster->provider); 458 &servers); 462 "SerfCluster: %s list servers returned failure", cluster->provider); 466 if (servers == NULL || apr_is_empty_array(servers)) { 468 "SerfCluster: %s failed to provide a list of servers", cluster->provider); 472 /* TOOD: restructure try all servers in the array !! */ 473 pick = ap_random_pick(0, servers->nelts-1); 474 choice = APR_ARRAY_IDX(servers, pic 839 read_heartbeats(const char *path, apr_array_header_t *servers, apr_pool_t *pool) argument 954 apr_array_header_t *servers; local 1052 apr_array_header_t *servers; local [all...] |
Completed in 25 milliseconds