Searched refs:bslot (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 780 if (conf->bslot) { 804 conf->bslot = new; 839 bshm = ap_proxy_find_balancershm(storage, conf->bslot, balancer, &index); 841 if ((rv = storage->fgrab(conf->bslot, index)) != APR_SUCCESS) { 847 if ((rv = storage->grab(conf->bslot, &index)) != APR_SUCCESS) { 851 if ((rv = storage->dptr(conf->bslot, index, (void *)&bshm)) != APR_SUCCESS) { 1670 storage->attach(&(conf->bslot), conf->id, &size, &num, p); 1671 if (!conf->bslot) {
|
H A D | mod_proxy.h | 168 ap_slotmem_instance_t *bslot; /* balancers shm data - runtime */ member in struct:__anon275
|
Completed in 1879 milliseconds