Lines Matching defs:slotmem
41 static ap_slotmem_instance_t *slotmem = NULL;
168 /* Store in the slotmem */
182 /* Read the id corresponding to the entry in the slotmem */
201 storage->doall(slotmem, hm_update, &ctx, pool);
210 storage->grab(slotmem, &i);
212 storage->put(slotmem, i, (unsigned char *)&hmserver, sizeof(hmserver));
221 storage->doall(slotmem, hm_readid, &ctx, pool);
223 storage->release(slotmem, ctx.item_id);
388 if (slotmem)
465 /* Store in a slotmem */
493 if (slotmem)
613 /* store in the slotmem or in the file depending on configuration */
680 /* Create the slotmem */
693 storage->create(&slotmem, "mod_heartmonitor", sizeof(hm_slot_server_t), maxworkers, AP_SLOTMEM_TYPE_PREGRAB, p);
694 if (!slotmem) {
895 "Max number of servers when using slotmem (instead file) to store heartbeat data."),