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

/httpd/include/
H A Dap_slotmem.h126 * @param item_id item to return for 0 to item_num
130 apr_status_t (* dptr)(ap_slotmem_instance_t *s, unsigned int item_id, void**mem);
134 * @param item_id item to return for 0 to item_num
139 apr_status_t (* get)(ap_slotmem_instance_t *s, unsigned int item_id, unsigned char *dest, apr_size_t dest_len);
143 * @param item_id item to return for 0 to item_num
148 apr_status_t (* put)(ap_slotmem_instance_t *slot, unsigned int item_id, unsigned char *src, apr_size_t src_len);
172 * @param item_id ptr to the available slot id and marked as in-use
175 apr_status_t (* grab)(ap_slotmem_instance_t *s, unsigned int *item_id);
177 * release (or free) the slot associated with this item_id
179 * @param item_id slo
[all...]
/httpd/modules/cluster/
H A Dmod_heartmonitor.c73 unsigned int item_id; member in struct:hm_slot_server_ctx_t
190 s->item_id = old->id;
223 storage->release(slotmem, ctx.item_id);

Completed in 794 milliseconds