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

/httpd/server/
H A Dutil_mutex.c136 } mutex_cfg_t; typedef in typeref:struct:__anon388
147 mutex_cfg_t *def;
175 mutex_cfg_t *mxcfg;
259 mutex_cfg_t *mxcfg = apr_pcalloc(pconf, sizeof *mxcfg);
291 static const char *get_mutex_filename(apr_pool_t *p, mutex_cfg_t *mxcfg,
318 static mutex_cfg_t *mxcfg_lookup(apr_pool_t *p, const char *type)
320 mutex_cfg_t *defcfg, *mxcfg, *newcfg;
415 mutex_cfg_t *mxcfg = mxcfg_lookup(p, type);
462 mutex_cfg_t *mxcfg = mxcfg_lookup(p, type);
503 mutex_cfg_t *defcf
[all...]

Completed in 1054 milliseconds