Searched refs:cmd_name (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Dconfig.c1054 const char *cmd_name, module **mod)
1060 if (modp->cmds && (cmdp = ap_find_command(cmd_name, modp->cmds))) {
1105 char *cmd_name; local
1119 cmd_name = ap_getword_conf(p, &args);
1120 if (*cmd_name == '\0') {
1127 if (cmd_name[1] != '/') {
1128 char *lastc = cmd_name + strlen(cmd_name) - 1;
1132 if (cmd_name[0] == '<' && *args == '\0') {
1140 newdir->directive = cmd_name;
1053 ap_find_command_in_modules( const char *cmd_name, module **mod) argument
1606 char *cmd_name; local
[all...]
/httpd/modules/database/
H A Dmod_dbd.c74 typedef enum { cmd_name, cmd_params, cmd_persist, enumerator in enum:__anon98
170 case cmd_name:
279 AP_INIT_TAKE1("DBDriver", dbd_param, (void*)cmd_name, RSRC_CONF,
/httpd/include/
H A Dhttp_config.h1203 * @param cmd_name The directive to search for
1205 * the module providing cmd_name
1210 AP_CORE_DECLARE(const command_rec *) ap_find_command_in_modules(const char *cmd_name,
/httpd/modules/ssl/
H A Dmod_ssl_ct.c2736 const char *cmd_name)
2747 "and %ld (was '%s')", cmd_name, min_val,
2733 parse_num(apr_pool_t *p, const char *arg, long min_val, long max_val, long *val, const char *cmd_name) argument

Completed in 46 milliseconds