Searched refs:OR_OPTIONS (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | http_config.h | 130 #define OR_OPTIONS 2 macro 137 #define OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES)
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_speling.c | 144 { "CheckSpelling", set_speling, NULL, OR_OPTIONS, FLAG,
|
| D | mod_include.c | 2489 {"XBitHack", set_xbithack, NULL, OR_OPTIONS, TAKE1, "Off, On, or Full"},
|
| /mirbsd/src/usr.sbin/httpd/src/modules/example/ |
| D | mod_example.c | 1078 OR_OPTIONS, /* where available */
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_core.c | 1116 d->override |= OR_OPTIONS; in set_override() 3194 { "Options", set_options, NULL, OR_OPTIONS, RAW_ARGS, 3250 { "ContentDigest", set_content_md5, NULL, OR_OPTIONS, 3332 { "CGICommandArgs", set_cgi_command_args, NULL, OR_OPTIONS, FLAG,
|
| D | http_config.c | 1737 if ((pc->req_override & (OR_OPTIONS | OR_FILEINFO | OR_INDEXES)) || in show_overrides() 1770 if (pc->req_override & OR_OPTIONS) { in show_overrides()
|