Searched refs:AP_INIT_FLAG (Results 1 - 25 of 43) sorted by relevance

12

/httpd/modules/aaa/
H A Dmod_authn_anon.c118 AP_INIT_FLAG("Anonymous_MustGiveEmail", ap_set_flag_slot,
121 AP_INIT_FLAG("Anonymous_NoUserId", ap_set_flag_slot,
124 AP_INIT_FLAG("Anonymous_VerifyEmail", ap_set_flag_slot,
127 AP_INIT_FLAG("Anonymous_LogEmail", ap_set_flag_slot,
H A Dmod_authnz_ldap.c1751 AP_INIT_FLAG("AuthLDAPBindAuthoritative", ap_set_flag_slot,
1755 AP_INIT_FLAG("AuthLDAPRemoteUserIsDN", ap_set_flag_slot,
1767 AP_INIT_FLAG("AuthLDAPCompareDNOnServer", ap_set_flag_slot,
1789 AP_INIT_FLAG("AuthLDAPGroupAttributeIsDN", ap_set_flag_slot,
1809 AP_INIT_FLAG("AuthLDAPInitialBindAsUser", ap_set_flag_slot,
1817 AP_INIT_FLAG("AuthLDAPSearchAsUser", ap_set_flag_slot,
1821 AP_INIT_FLAG("AuthLDAPCompareAsUser", ap_set_flag_slot,
H A Dmod_authz_dbd.c100 AP_INIT_FLAG("AuthzDBDLoginToReferer", ap_set_flag_slot,
/httpd/modules/mappers/
H A Dmod_speling.c106 AP_INIT_FLAG("CheckSpelling", ap_set_flag_slot,
109 AP_INIT_FLAG("CheckCaseOnly", ap_set_flag_slot,
112 AP_INIT_FLAG("CheckBasenameMatch", ap_set_flag_slot,
H A Dmod_dir.c133 AP_INIT_FLAG("DirectorySlash", configure_slash, NULL, DIR_CMD_PERMS,
135 AP_INIT_FLAG("DirectoryCheckHandler", configure_checkhandler, NULL, DIR_CMD_PERMS,
/httpd/modules/examples/
H A Dmod_case_filter.c118 AP_INIT_FLAG("CaseFilter", CaseFilterEnable, NULL, RSRC_CONF,
H A Dmod_case_filter_in.c137 AP_INIT_FLAG("CaseFilterIn", CaseFilterInEnable, NULL, RSRC_CONF,
/httpd/modules/debugging/
H A Dmod_dumpio.c235 AP_INIT_FLAG("DumpIOInput", dumpio_enable_input, NULL,
237 AP_INIT_FLAG("DumpIOOutput", dumpio_enable_output, NULL,
/httpd/modules/echo/
H A Dmod_echo.c199 AP_INIT_FLAG("ProtocolEcho", echo_on, NULL, RSRC_CONF,
/httpd/modules/cache/
H A Dmod_cache.c2536 AP_INIT_FLAG("CacheQuickHandler", set_cache_quick_handler, NULL,
2539 AP_INIT_FLAG("CacheIgnoreNoLastMod", set_cache_ignore_no_last_mod, NULL,
2542 AP_INIT_FLAG("CacheIgnoreCacheControl", set_cache_ignore_cachecontrol,
2545 AP_INIT_FLAG("CacheStoreExpired", set_cache_store_expired,
2549 AP_INIT_FLAG("CacheStorePrivate", set_cache_store_private,
2552 AP_INIT_FLAG("CacheStoreNoStore", set_cache_store_nostore,
2558 AP_INIT_FLAG("CacheIgnoreQueryString", set_cache_ignore_querystring,
2568 AP_INIT_FLAG("CacheLock", set_cache_lock,
2577 AP_INIT_FLAG("CacheHeader", set_cache_x_cache, NULL, RSRC_CONF | ACCESS_CONF,
2579 AP_INIT_FLAG("CacheDetailHeade
[all...]
/httpd/modules/arch/unix/
H A Dmod_unixd.c370 AP_INIT_FLAG("Suexec", unixd_set_suexec, NULL, RSRC_CONF,
H A Dmod_privileges.c564 AP_INIT_FLAG("VHostSecure", vhost_secure, NULL, RSRC_CONF,
568 AP_INIT_FLAG("DTracePrivileges", dtraceenable, NULL, RSRC_CONF,
/httpd/modules/http/
H A Dhttp_core.c108 AP_INIT_FLAG("KeepAlive", set_keep_alive, NULL, RSRC_CONF,
/httpd/modules/loggers/
H A Dmod_journald.c261 AP_INIT_FLAG("JournaldCustomLog", set_custom_log_on, NULL, RSRC_CONF,
H A Dmod_logio.c245 AP_INIT_FLAG ("LogIOTrackTTFB", logio_track_ttfb, NULL, OR_ALL,
/httpd/modules/metadata/
H A Dmod_cern_meta.c196 AP_INIT_FLAG("MetaFiles", set_metafiles, NULL, DIR_CMD_PERMS,
H A Dmod_ident.c290 AP_INIT_FLAG("IdentityCheck", set_idcheck, NULL, RSRC_CONF|ACCESS_CONF,
H A Dmod_expires.c351 AP_INIT_FLAG("ExpiresActive", set_expiresactive, NULL, DIR_CMD_PERMS,
H A Dmod_usertrack.c440 AP_INIT_FLAG("CookieTracking", set_cookie_enable, NULL, OR_FILEINFO,
/httpd/modules/proxy/
H A Dmod_proxy_express.c196 AP_INIT_FLAG("ProxyExpressEnable", set_enabled, NULL, OR_FILEINFO,
/httpd/modules/session/
H A Dmod_session_cookie.c262 AP_INIT_FLAG("SessionCookieRemove", set_remove, NULL, RSRC_CONF|OR_AUTHCFG,
H A Dmod_session.c626 AP_INIT_FLAG("Session", set_session_enable, NULL, RSRC_CONF|OR_AUTHCFG,
632 AP_INIT_FLAG("SessionEnv", set_session_env, NULL, RSRC_CONF|OR_AUTHCFG,
H A Dmod_session_dbd.c609 AP_INIT_FLAG("SessionDBDPerUser", set_dbd_peruser, NULL, RSRC_CONF|OR_AUTHCFG,
611 AP_INIT_FLAG("SessionDBDCookieRemove", set_dbd_cookie_remove, NULL, RSRC_CONF|OR_AUTHCFG,
/httpd/include/
H A Dhttp_config.h155 # define AP_INIT_FLAG(directive, func, mconfig, where, help) \ macro
194 # define AP_INIT_FLAG(directive, func, mconfig, where, help) \ macro
/httpd/modules/arch/win32/
H A Dmod_isapi.c171 AP_INIT_FLAG("ISAPILogNotSupported", ap_set_flag_slot,
175 AP_INIT_FLAG("ISAPIAppendLogToErrors", ap_set_flag_slot,
179 AP_INIT_FLAG("ISAPIAppendLogToQuery", ap_set_flag_slot,
183 AP_INIT_FLAG("ISAPIFakeAsync", ap_set_flag_slot,

Completed in 284 milliseconds

12