Lines Matching refs:slot
20 /* Memory handler for a shared memory divided in slot.
124 * get the memory ptr associated with this worker slot.
127 * @param mem address to store the pointer to the slot
132 * get/read the data associated with this worker slot.
141 * put/write the data associated with this worker slot.
144 * @param src address of the data to store in the slot
145 * @param src_len length of dataset to store in the slot
148 apr_status_t (* put)(ap_slotmem_instance_t *slot, unsigned int item_id, unsigned char *src, apr_size_t src_len);
164 * return slot size allocated for this entry.
166 * @return size of slot
170 * grab (or alloc) a free slot
172 * @param item_id ptr to the available slot id and marked as in-use
177 * release (or free) the slot associated with this item_id
179 * @param item_id slot id to free and mark as no longer in-use
184 * forced grab (or alloc) a slot associated with this item_id
186 * @param item_id to the specified slot id and marked as in-use