Lines Matching defs:index
815 unsigned int index;
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) {
856 if ((rv = ap_proxy_share_balancer(balancer, bshm, index)) != APR_SUCCESS) {
887 shm = ap_proxy_find_workershm(storage, balancer->wslot, worker, &index);
889 if ((rv = storage->fgrab(balancer->wslot, index)) != APR_SUCCESS) {
895 if ((rv = storage->grab(balancer->wslot, &index)) != APR_SUCCESS) {
900 if ((rv = storage->dptr(balancer->wslot, index, (void *)&shm)) != APR_SUCCESS) {
905 if ((rv = ap_proxy_share_worker(worker, shm, index)) != APR_SUCCESS) {
1187 unsigned int index;
1190 if ((rv = storage->grab(bsel->wslot, &index)) != APR_SUCCESS) {
1200 if ((rv = storage->dptr(bsel->wslot, index, (void *)&shm)) != APR_SUCCESS) {
1210 if ((rv = ap_proxy_share_worker(nworker, shm, index)) != APR_SUCCESS) {