Searched defs:command_rec (Results 1 - 1 of 1) sorted by relevance

/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,

Completed in 218 milliseconds