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

/httpd/server/
H A Dutil_mutex.c69 if (!strcasecmp(meth, "none") || !strcasecmp(meth, "no")) {
132 int none; member in struct:__anon388
198 else if (rv == APR_ENOLOCK) { /* "none" */
230 mxcfg->none = 0; /* in case that was the default */
240 mxcfg->none = 1;
269 mxcfg->none = 1;
343 else if (mxcfg->none || mxcfg->mech != APR_LOCK_DEFAULT) {
350 if (!newcfg->none && mutex_needs_file(newcfg->mech) && !newcfg->dir) {
427 if (mxcfg->none) {
474 if (mxcfg->none) {
[all...]

Completed in 15 milliseconds