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

/httpd/include/
H A Dap_slotmem.h170 * grab (or alloc) a free slot
175 apr_status_t (* grab)(ap_slotmem_instance_t *s, unsigned int *item_id); member in struct:ap_slotmem_provider_t
184 * forced grab (or alloc) a slot associated with this item_id
/httpd/modules/proxy/
H A Dmod_proxy_balancer.c847 if ((rv = storage->grab(conf->bslot, &index)) != APR_SUCCESS) {
895 if ((rv = storage->grab(balancer->wslot, &index)) != APR_SUCCESS) {
1190 if ((rv = storage->grab(bsel->wslot, &index)) != APR_SUCCESS) {
/httpd/modules/cluster/
H A Dmod_heartmonitor.c197 /* We call do_all (to try to update) otherwise grab + put */
209 /* XXX locking for grab() / put() */
210 storage->grab(slotmem, &i);

Completed in 1289 milliseconds