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

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c813 proxy_balancer_shared *bshm; local
839 bshm = ap_proxy_find_balancershm(storage, conf->bslot, balancer, &index);
840 if (bshm) {
851 if ((rv = storage->dptr(conf->bslot, index, (void *)&bshm)) != APR_SUCCESS) {
856 if ((rv = ap_proxy_share_balancer(balancer, bshm, index)) != APR_SUCCESS) {

Completed in 290 milliseconds