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

/httpd/server/
H A Dutil_mutex.c169 const char *mechdir; local
182 mechdir = ap_getword_conf(cmd->pool, &arg);
183 if (*mechdir == '\0') {
188 rv = ap_parse_mutex(mechdir, p, &mech, &mutexdir);
190 return apr_pstrcat(p, "Invalid Mutex argument ", mechdir,
196 mechdir, NULL);

Completed in 295 milliseconds