Lines Matching refs:runtime
1650 * config and runtime.
1712 proxy_worker **runtime;
1714 runtime = apr_array_push(balancer->workers);
1715 *worker = *runtime = apr_palloc(p, sizeof(proxy_worker)); /* right to left baby */
3201 proxy_worker **runtime;
3203 runtime = apr_array_push(b->workers);
3204 *runtime = apr_palloc(conf->pool, sizeof(proxy_worker));
3206 (*runtime)->hash = shm->hash;
3207 (*runtime)->context = NULL;
3208 (*runtime)->cp = NULL;
3209 (*runtime)->balancer = b;
3210 (*runtime)->s = shm;
3211 (*runtime)->tmutex = NULL;
3212 rv = ap_proxy_initialize_worker(*runtime, s, conf->pool);
3219 (*runtime)->s->name);