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

/httpd/support/win32/
H A Dwintty.c47 const char *options = variable
142 printf(options, arg0);
/httpd/server/
H A Dutil_mutex.c130 apr_int32_t options; member in struct:__anon388
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) {
[all...]
H A Dutil_pcre.c145 int options = PCRE_DUPNAMES; local
148 options |= PCRE_CASELESS;
150 options |= PCRE_MULTILINE;
152 options |= PCRE_DOTALL;
155 pcre_compile2(pattern, options, &errcode, &errorptr, &erroffset, NULL);
200 int options = 0; local
206 options |= PCRE_NOTBOL;
208 options |= PCRE_NOTEOL;
225 0, options, ovector, nmatch * 3);
/httpd/modules/session/
H A Dmod_session_crypto.c87 char *options = NULL; local
95 if (!options) {
96 options = apr_palloc(r->pool, sum + 1);
99 options[offset++] = ',';
100 options[offset++] = ' ';
102 strncpy(options + offset, key, klen);
105 options[offset] = 0;
109 "session encryption not possible, options: %s", dconf->cipher, options);
/httpd/modules/ssl/
H A Dssl_engine_config.c654 return "Conflicting SSLFIPS options, cannot be both On and Off";
1300 ssl_proto_t *options)
1304 *options = SSL_PROTOCOL_NONE;
1346 *options &= ~thisopt;
1349 *options |= thisopt;
1352 if (*options != SSL_PROTOCOL_NONE) {
1358 *options = thisopt;
1298 ssl_cmd_protocol_parse(cmd_parms *parms, const char *arg, ssl_proto_t *options) argument
/httpd/modules/dav/main/
H A Dmod_dav.c1630 if (doc && !dav_validate_root(doc, "options")) {
1632 "The \"options\" element was not found.");
1651 const dav_options_provider *options = local
1654 if (options && options->dav_header) {
1657 options->dav_header(r, resource, &hoptions);
1673 * for versioning options.
1811 const dav_options_provider *options = local
1814 if (options && options
[all...]
/httpd/modules/mappers/
H A Dmod_rewrite.c331 int options; /* the RewriteOption state */ member in struct:__anon239
342 int options; /* the RewriteOption state */ member in struct:__anon240
2789 a->options = OPTION_NONE;
2809 a->options = (overrides->options_set == 0) ? base->options : overrides->options;
2814 if (a->options & OPTION_INHERIT ||
2815 (base->options & OPTION_INHERIT_DOWN &&
2816 !(a->options & OPTION_IGNORE_INHERIT))) {
2828 else if (a->options
2958 int options = 0; local
[all...]

Completed in 892 milliseconds