Searched defs:slotmem (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cluster/
H A Dmod_heartmonitor.c41 static ap_slotmem_instance_t *slotmem = NULL; variable
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 */
[all...]
/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c50 /* The description of the slots to reuse the slotmem */
81 /* global pool and list of slotmem we are handling */
85 #define DEFAULT_SLOTMEM_PREFIX "slotmem-shm-"
90 * Persist the slotmem in a file
91 * slotmem name and file name.
141 static void store_slotmem(ap_slotmem_instance_t *slotmem) argument
149 storename = slotmem_filename(slotmem->gpool, slotmem->name, 1);
156 APR_OS_DEFAULT, slotmem->gpool);
158 apr_file_remove(storename, slotmem
[all...]

Completed in 26 milliseconds