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

/httpd/modules/mappers/
H A Dmod_actions.c94 const char *option)
98 if (option && strcasecmp(option, "virtual")) {
100 "unrecognized option '", option, "'", NULL);
104 apr_pstrcat(cmd->pool, option ? "1" : "0", script, NULL));
92 add_action(cmd_parms *cmd, void *m_v, const char *type, const char *script, const char *option) argument
H A Dmod_rewrite.c115 * -DREWRITELOG_DISABLED compiler option.
2956 void *in_dconf, const char *option)
2960 while (*option) {
2961 char *w = ap_getword_conf(cmd->temp_pool, &option);
2983 "RewriteOptions: MaxRedirects option has been "
2998 return apr_pstrcat(cmd->pool, "RewriteOptions: unknown option '",
3424 "RewriteCond: NoCase option for non-regex pattern '%s' "
4562 /* Unless the anyuri option is set, ensure that the input to the
4859 * canonical URL. This can be controlled with the AllowNoSlash option.
5212 "List of option string
2955 cmd_rewriteoptions(cmd_parms *cmd, void *in_dconf, const char *option) argument
[all...]
/httpd/support/
H A Dhtcacheclean.c1283 " This option is mutually exclusive with the -D, -v and -r" NL
1286 " -D Do a dry run and don't delete anything. This option is mutually" NL
1287 " exclusive with the -d option. When doing a dry run and deleting" NL
1292 " -v Be verbose and print statistics. This option is mutually" NL
1293 " exclusive with the -d option." NL
1296 " not running. This option is mutually exclusive with the -d" NL
1297 " option and implies -t." NL
1318 " the disk cache. This option is only possible together with the" NL
1319 " -d option." NL
1345 static void usage_repeated_arg(apr_pool_t *pool, char option) { argument
[all...]
/httpd/modules/generators/
H A Dmod_autoindex.c342 int option = 0; local
352 option = FANCY_INDEXING;
355 option = FOLDERS_FIRST;
358 option = TABLE_INDEXING;
361 option = ICONS_ARE_LINKS;
364 option = IGNORE_CASE;
367 option = IGNORE_CLIENT;
370 option = SCAN_HTML_TITLES;
373 option = SUPPRESS_COLSORT;
376 option
[all...]
/httpd/server/
H A Dlog.c564 int option = AP_CTIME_OPTION_NONE; local
568 case 'u': option |= AP_CTIME_OPTION_USEC;
570 case 'c': option |= AP_CTIME_OPTION_COMPACT;
576 ap_recent_ctime_ex(buf, apr_time_now(), option, &time_len);

Completed in 1052 milliseconds