/httpd/modules/metadata/ |
H A D | mod_env.c | 142 OR_FILEINFO, "a list of environment variables to pass to CGI."), 144 OR_FILEINFO, "an environment variable name and optional value to pass to CGI."), 146 OR_FILEINFO, "a list of variables to remove from the CGI environment."),
|
H A D | mod_usertrack.c | 434 AP_INIT_TAKE1("CookieExpires", set_cookie_exp, NULL, OR_FILEINFO, 436 AP_INIT_TAKE1("CookieDomain", set_cookie_domain, NULL, OR_FILEINFO, 438 AP_INIT_TAKE1("CookieStyle", set_cookie_style, NULL, OR_FILEINFO, 440 AP_INIT_FLAG("CookieTracking", set_cookie_enable, NULL, OR_FILEINFO, 442 AP_INIT_TAKE1("CookieName", set_cookie_name, NULL, OR_FILEINFO,
|
H A D | mod_setenvif.c | 468 AP_INIT_RAW_ARGS("SetEnvIf", add_setenvif, NULL, OR_FILEINFO, 470 AP_INIT_RAW_ARGS("SetEnvIfNoCase", add_setenvif, ICASE_MAGIC, OR_FILEINFO, 472 AP_INIT_RAW_ARGS("SetEnvIfExpr", add_setenvifexpr, NULL, OR_FILEINFO, 474 AP_INIT_RAW_ARGS("BrowserMatch", add_browser, NULL, OR_FILEINFO, 477 OR_FILEINFO,
|
H A D | mod_headers.c | 959 AP_INIT_RAW_ARGS("Header", header_cmd, &hdr_out_onsuccess, OR_FILEINFO, 962 AP_INIT_RAW_ARGS("RequestHeader", header_cmd, &hdr_in, OR_FILEINFO,
|
/httpd/modules/http/ |
H A D | mod_mime.c | 370 (void *)APR_OFFSETOF(extension_info, charset_type), OR_FILEINFO, 374 (void *)APR_OFFSETOF(extension_info, encoding_type), OR_FILEINFO, 377 (void *)APR_OFFSETOF(extension_info, handler), OR_FILEINFO, 380 (void *)APR_OFFSETOF(extension_info, input_filters), OR_FILEINFO, 384 (void *)APR_OFFSETOF(extension_info, language_type), OR_FILEINFO, 387 (void *)APR_OFFSETOF(extension_info, output_filters), OR_FILEINFO, 391 (void *)APR_OFFSETOF(extension_info, forced_type), OR_FILEINFO, 394 (void*)APR_OFFSETOF(mime_dir_config, default_language), OR_FILEINFO, 396 AP_INIT_ITERATE("MultiviewsMatch", multiviews_match, NULL, OR_FILEINFO, 399 (void *)APR_OFFSETOF(extension_info, charset_type), OR_FILEINFO, [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_express.c | 196 AP_INIT_FLAG("ProxyExpressEnable", set_enabled, NULL, OR_FILEINFO, 198 AP_INIT_TAKE1("ProxyExpressDBMFile", set_dbmfile, NULL, OR_FILEINFO, 200 AP_INIT_TAKE1("ProxyExpressDBMType", set_dbmtype, NULL, OR_FILEINFO,
|
/httpd/modules/arch/netware/ |
H A D | mod_netware.c | 186 AP_INIT_TAKE23("CGIMapExtension", set_extension_map, NULL, OR_FILEINFO,
|
/httpd/modules/mappers/ |
H A D | mod_actions.c | 142 AP_INIT_TAKE23("Action", add_action, NULL, OR_FILEINFO,
|
H A D | mod_alias.c | 388 OR_FILEINFO, 396 (void *) HTTP_MOVED_TEMPORARILY, OR_FILEINFO, 400 (void *) HTTP_MOVED_TEMPORARILY, OR_FILEINFO, 403 (void *) HTTP_MOVED_PERMANENTLY, OR_FILEINFO,
|
H A D | mod_rewrite.c | 5208 AP_INIT_FLAG( "RewriteEngine", cmd_rewriteengine, NULL, OR_FILEINFO, 5211 AP_INIT_ITERATE( "RewriteOptions", cmd_rewriteoptions, NULL, OR_FILEINFO, 5213 AP_INIT_TAKE1( "RewriteBase", cmd_rewritebase, NULL, OR_FILEINFO, 5215 AP_INIT_RAW_ARGS("RewriteCond", cmd_rewritecond, NULL, OR_FILEINFO, 5217 AP_INIT_RAW_ARGS("RewriteRule", cmd_rewriterule, NULL, OR_FILEINFO,
|
H A D | mod_negotiation.c | 161 OR_FILEINFO, 164 OR_FILEINFO,
|
/httpd/modules/arch/win32/ |
H A D | mod_isapi.c | 169 OR_FILEINFO, "Maximum client request body to initially pass to the" 173 OR_FILEINFO, "Log requests not supported by the ISAPI server" 177 OR_FILEINFO, "Send all Append Log requests to the error log" 181 OR_FILEINFO, "Append Log requests are concatinated to the query args" 185 OR_FILEINFO, "Fake Asynchronous support for isapi callbacks"
|
H A D | mod_win32.c | 547 OR_FILEINFO,
|
/httpd/include/ |
H A D | http_config.h | 233 #define OR_FILEINFO 4 /**< *.conf anywhere macro 253 #define OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES)
|
/httpd/modules/filters/ |
H A D | mod_substitute.c | 694 AP_INIT_TAKE1("Substitute", set_pattern, NULL, OR_FILEINFO, 696 AP_INIT_TAKE1("SubstituteMaxLineLength", set_max_line_length, NULL, OR_FILEINFO,
|
H A D | mod_charset_lite.c | 1101 OR_FILEINFO, 1106 OR_FILEINFO, 1111 OR_FILEINFO,
|
H A D | mod_filter.c | 750 AP_INIT_TAKE_ARGV("AddOutputFilterByType", filter_bytype, NULL, OR_FILEINFO,
|
/httpd/server/ |
H A D | core.c | 1720 d->override |= OR_FILEINFO; 4208 AP_INIT_TAKE1("AddDefaultCharset", set_add_default_charset, NULL, OR_FILEINFO, 4210 AP_INIT_TAKE1("AcceptPathInfo", set_accept_path_info, NULL, OR_FILEINFO, 4233 AP_INIT_TAKE2("ErrorDocument", set_error_document, NULL, OR_FILEINFO, 4243 AP_INIT_TAKE1("DefaultType", set_default_type, NULL, OR_FILEINFO, 4245 AP_INIT_RAW_ARGS("FileETag", set_etag_bits, NULL, OR_FILEINFO, 4247 AP_INIT_TAKE1("EnableMMAP", set_enable_mmap, NULL, OR_FILEINFO, 4249 AP_INIT_TAKE1("EnableSendfile", set_enable_sendfile, NULL, OR_FILEINFO, 4372 (void *)APR_OFFSETOF(core_dir_config, mime_type), OR_FILEINFO, 4375 (void *)APR_OFFSETOF(core_dir_config, handler), OR_FILEINFO, [all...] |
H A D | config.c | 2495 if ((pc->req_override & (OR_OPTIONS | OR_FILEINFO | OR_INDEXES)) 2543 if (pc->req_override & OR_FILEINFO) {
|
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 1300 OR_FILEINFO,
|
/httpd/modules/lua/ |
H A D | lua_request.c | 747 return apr_psprintf(r->pool, "%s %s %s %s %s", (opts & OR_LIMIT) ? "Limit" : "", (opts & OR_OPTIONS) ? "Options" : "", (opts & OR_FILEINFO) ? "FileInfo" : "", (opts & OR_AUTHCFG) ? "AuthCfg" : "", (opts & OR_INDEXES) ? "Indexes" : "" );
|