Searched defs:create (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_slotmem.h101 * create a new slotmem with each item size is item_size.
102 * This would create shared memory, basically.
106 * @param item_num number of item to create.
111 apr_status_t (* create)(ap_slotmem_instance_t **inst, const char *name, apr_size_t item_size, unsigned int item_num, ap_slotmem_type_t type, apr_pool_t *pool); member in struct:ap_slotmem_provider_t
H A Dap_socache.h109 const char *(*create)(ap_socache_instance_t **instance, const char *arg, member in struct:ap_socache_provider_t
/httpd/support/
H A Dhtdbm.c70 int create; member in struct:htdbm_t
146 if (htdbm->create)
343 h->create = 1;
458 h->create ? "created" : (changed ? "modified" : "updated"));

Completed in 11 milliseconds