Searched refs:AP_INIT_ITERATE (Results 1 - 25 of 28) sorted by relevance

12

/httpd/modules/metadata/
H A Dmod_env.c141 AP_INIT_ITERATE("PassEnv", add_env_module_vars_passed, NULL,
145 AP_INIT_ITERATE("UnsetEnv", add_env_module_vars_unset, NULL,
H A Dmod_remoteip.c436 AP_INIT_ITERATE("RemoteIPTrustedProxy", proxies_set, 0, RSRC_CONF,
439 AP_INIT_ITERATE("RemoteIPInternalProxy", proxies_set, (void*)1, RSRC_CONF,
/httpd/modules/aaa/
H A Dmod_authn_anon.c116 AP_INIT_ITERATE("Anonymous", anon_set_string_slots, NULL, OR_AUTHCFG,
H A Dmod_auth_basic.c202 AP_INIT_ITERATE("AuthBasicProvider", add_authn_provider, NULL, OR_AUTHCFG,
H A Dmod_authn_socache.c252 AP_INIT_ITERATE("AuthnCacheProvideFor", authn_cache_setprovider, NULL,
H A Dmod_auth_digest.c654 AP_INIT_ITERATE("AuthDigestProvider", add_authn_provider, NULL, OR_AUTHCFG,
656 AP_INIT_ITERATE("AuthDigestQop", set_qop, NULL, OR_AUTHCFG,
666 AP_INIT_ITERATE("AuthDigestDomain", set_uri_list, NULL, OR_AUTHCFG,
H A Dmod_authnz_ldap.c1774 AP_INIT_ITERATE("AuthLDAPSubGroupAttribute", mod_auth_ldap_add_subgroup_attribute, NULL, OR_AUTHCFG,
1778 AP_INIT_ITERATE("AuthLDAPSubGroupClass", mod_auth_ldap_add_subgroup_class, NULL, OR_AUTHCFG,
1785 AP_INIT_ITERATE("AuthLDAPGroupAttribute", mod_auth_ldap_add_group_attribute, NULL, OR_AUTHCFG,
H A Dmod_auth_form.c355 AP_INIT_ITERATE("AuthFormProvider", add_authn_provider, NULL, OR_AUTHCFG,
/httpd/modules/http/
H A Dmod_mime.c396 AP_INIT_ITERATE("MultiviewsMatch", multiviews_match, NULL, OR_FILEINFO,
398 AP_INIT_ITERATE("RemoveCharset", remove_extension_info,
401 AP_INIT_ITERATE("RemoveEncoding", remove_extension_info,
404 AP_INIT_ITERATE("RemoveHandler", remove_extension_info,
407 AP_INIT_ITERATE("RemoveInputFilter", remove_extension_info,
410 AP_INIT_ITERATE("RemoveLanguage", remove_extension_info,
413 AP_INIT_ITERATE("RemoveOutputFilter", remove_extension_info,
416 AP_INIT_ITERATE("RemoveType", remove_extension_type,
/httpd/modules/experimental/
H A Dmod_noloris.c221 AP_INIT_ITERATE("TrustedProxy", noloris_trusted, NULL, RSRC_CONF,
/httpd/modules/cache/
H A Dmod_file_cache.c385 AP_INIT_ITERATE("cachefile", cachefilehandle, NULL, RSRC_CONF,
387 AP_INIT_ITERATE("mmapfile", cachefilemmap, NULL, RSRC_CONF,
H A Dmod_cache.c2555 AP_INIT_ITERATE("CacheIgnoreHeaders", add_ignore_header, NULL, RSRC_CONF,
2561 AP_INIT_ITERATE("CacheIgnoreURLSessionIdentifiers", add_ignore_session_id,
/httpd/modules/core/
H A Dmod_so.c429 AP_INIT_ITERATE("LoadFile", load_file, NULL, RSRC_CONF | EXEC_ON_READ,
/httpd/include/
H A Dhttp_config.h131 # define AP_INIT_ITERATE(directive, func, mconfig, where, help) \ macro
178 # define AP_INIT_ITERATE(directive, func, mconfig, where, help) \ macro
/httpd/modules/arch/unix/
H A Dmod_privileges.c573 AP_INIT_ITERATE("VHostPrivs", vhost_privs, NULL, RSRC_CONF,
575 AP_INIT_ITERATE("VHostCGIPrivs", vhost_cgiprivs, NULL, RSRC_CONF,
/httpd/modules/proxy/
H A Dmod_proxy_connect.c505 AP_INIT_ITERATE("AllowCONNECT", set_allowed_ports, NULL, RSRC_CONF,
/httpd/modules/filters/
H A Dmod_filter.c746 AP_INIT_ITERATE("FilterChain", filter_chain, NULL, OR_OPTIONS,
H A Dmod_xml2enc.c595 AP_INIT_ITERATE("xml2StartParse", set_skipto, NULL, OR_ALL,
H A Dmod_charset_lite.c1108 AP_INIT_ITERATE("CharsetOptions",
H A Dmod_ext_filter.c338 AP_INIT_ITERATE("ExtFilterOptions",
/httpd/modules/session/
H A Dmod_session_crypto.c613 AP_INIT_ITERATE("SessionCryptoPassphrase", set_crypto_passphrase, NULL, RSRC_CONF|OR_AUTHCFG,
/httpd/modules/mappers/
H A Dmod_negotiation.c160 AP_INIT_ITERATE("LanguagePriority", set_language_priority, NULL,
163 AP_INIT_ITERATE("ForceLanguagePriority", set_force_priority, NULL,
/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c1252 AP_INIT_ITERATE("NWSSLTrustedCerts", set_trusted_certs, NULL, RSRC_CONF,
/httpd/modules/arch/win32/
H A Dmod_isapi.c187 AP_INIT_ITERATE("ISAPICacheFile", isapi_cmd_cachefile, NULL,
/httpd/server/
H A Dcore.c4304 AP_INIT_ITERATE("LogLevel", set_loglevel, NULL, RSRC_CONF|ACCESS_CONF,
4422 AP_INIT_ITERATE("HttpProtocol", set_http_protocol, NULL, RSRC_CONF,
4425 AP_INIT_ITERATE("RegisterHttpMethod", set_http_method, NULL, RSRC_CONF,

Completed in 8275 milliseconds

12