Searched refs:ap_find_command (Results 1 – 3 of 3) sorted by relevance
454 CORE_EXPORT(const command_rec *) ap_find_command(const char *name,
128 #define find_command ap_find_command
971 CORE_EXPORT(const command_rec *) ap_find_command(const char *name, const command_rec *cmds) in ap_find_command() function988 if (modp->cmds && (cmdp = ap_find_command(cmd_name, modp->cmds))) { in ap_find_command_in_modules()