Searched refs:command_rec (Results 1 - 25 of 123) sorted by relevance

12345

/httpd/modules/dav/fs/
H A Dmod_dav_fs.c88 static const command_rec dav_fs_cmds[] =
/httpd/modules/dav/lock/
H A Dmod_dav_lock.c80 static const command_rec dav_lock_cmds[] =
/httpd/modules/aaa/
H A Dmod_authz_user.c41 static const command_rec authz_user_cmds[] =
H A Dmod_allowhandlers.c128 static const command_rec ah_cmds[] = {
H A Dmod_allowmethods.c143 static const command_rec am_cmds[] = {
H A Dmod_authn_anon.c114 static const command_rec authn_anon_cmds[] =
H A Dmod_authn_dbm.c71 static const command_rec authn_dbm_cmds[] =
H A Dmod_authn_file.c47 static const command_rec authn_file_cmds[] =
H A Dmod_authz_owner.c33 static const command_rec authz_owner_cmds[] =
/httpd/modules/arch/unix/
H A Dmod_systemd.c130 static const command_rec systemd_cmds[] =
/httpd/modules/generators/
H A Dmod_suexec.c115 static const command_rec suexec_cmds[] =
H A Dmod_info.c227 static int mod_info_has_cmd(const command_rec * cmds, ap_directive_t * dir)
229 const command_rec *cmd;
247 static int mod_info_module_cmds(request_rec * r, const command_rec * cmds,
773 const command_rec *cmd;
985 static const command_rec info_cmds[] = {
/httpd/include/
H A Dhttp_config.h203 typedef struct command_struct command_rec; typedef in typeref:struct:command_struct
322 const command_rec *cmd;
402 /** A command_rec table that describes all of the directives this module
404 const command_rec *cmds;
1193 * Find a given directive in a command_rec table
1198 AP_CORE_DECLARE(const command_rec *) ap_find_command(const char *name,
1199 const command_rec *cmds);
1210 AP_CORE_DECLARE(const command_rec *) ap_find_command_in_modules(const char *cmd_name,
/httpd/modules/examples/
H A Dmod_case_filter.c116 static const command_rec CaseFilterCmds[] =
H A Dmod_case_filter_in.c135 static const command_rec CaseFilterInCmds[] =
/httpd/modules/metadata/
H A Dmod_env.c139 static const command_rec env_module_cmds[] =
H A Dmod_version.c298 static const command_rec version_cmds[] = {
/httpd/modules/arch/netware/
H A Dmod_netware.c185 static const command_rec netware_cmds[] = {
/httpd/modules/cluster/
H A Dmod_heartbeat.c214 static const command_rec hb_cmds[] = {
/httpd/modules/debugging/
H A Dmod_bucketeer.c175 static const command_rec bucketeer_filter_cmds[] = {
/httpd/modules/echo/
H A Dmod_echo.c197 static const command_rec echo_cmds[] =
/httpd/modules/experimental/
H A Dmod_noloris.c220 static const command_rec noloris_cmds[] = {
/httpd/modules/filters/
H A Dmod_data.c241 static const command_rec data_cmds[] = { { NULL } };
H A Dmod_reflector.c212 static const command_rec reflector_cmds[] = {
/httpd/modules/mappers/
H A Dmod_actions.c140 static const command_rec action_cmds[] =

Completed in 260 milliseconds

12345