Lines Matching defs:options
130 apr_int32_t options;
235 if (!(mxcfg->options & AP_MUTEX_ALLOW_NONE)) {
257 apr_int32_t options)
261 if ((options & ~(AP_MUTEX_ALLOW_NONE | AP_MUTEX_DEFAULT_NONE))) {
267 mxcfg->options = options;
268 if (options & AP_MUTEX_DEFAULT_NONE) {
376 "Invalid options were specified when creating the %s mutex",
411 apr_int32_t options)
417 if (options) {
458 apr_int32_t options)
464 if (options) {