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

/httpd/server/
H A Dutil_mutex.c175 mutex_cfg_t *mxcfg; local
225 mxcfg = apr_hash_get(mxcfg_by_type, type, APR_HASH_KEY_STRING);
226 if (!mxcfg) {
230 mxcfg->none = 0; /* in case that was the default */
231 mxcfg->omit_pid = omit_pid;
233 mxcfg->set = 1;
235 if (!(mxcfg->options & AP_MUTEX_ALLOW_NONE)) {
240 mxcfg->none = 1;
243 mxcfg->mech = mech;
245 mxcfg
259 mutex_cfg_t *mxcfg = apr_pcalloc(pconf, sizeof *mxcfg); local
291 get_mutex_filename(apr_pool_t *p, mutex_cfg_t *mxcfg, const char *type, const char *instance_id) argument
320 mutex_cfg_t *defcfg, *mxcfg, *newcfg; local
415 mutex_cfg_t *mxcfg = mxcfg_lookup(p, type); local
462 mutex_cfg_t *mxcfg = mxcfg_lookup(p, type); local
506 mutex_cfg_t *mxcfg; local
[all...]

Completed in 303 milliseconds