Lines Matching defs:cmd_parms
74 typedef struct cmd_parms_struct cmd_parms;
84 const char *(*no_args) (cmd_parms *parms, void *mconfig);
86 const char *(*raw_args) (cmd_parms *parms, void *mconfig,
89 const char *(*take_argv) (cmd_parms *parms, void *mconfig,
92 const char *(*take1) (cmd_parms *parms, void *mconfig, const char *w);
94 const char *(*take2) (cmd_parms *parms, void *mconfig, const char *w,
97 const char *(*take3) (cmd_parms *parms, void *mconfig, const char *w,
100 const char *(*flag) (cmd_parms *parms, void *mconfig, int on);
613 AP_DECLARE_NONSTD(const char *) ap_set_string_slot(cmd_parms *cmd,
624 AP_DECLARE_NONSTD(const char *) ap_set_int_slot(cmd_parms *cmd,
642 * @param cmd Pointer to the cmd_parms structure passed to the
646 AP_DECLARE(int) ap_method_is_limited(cmd_parms *cmd, const char *method);
656 AP_DECLARE_NONSTD(const char *) ap_set_string_slot_lower(cmd_parms *cmd,
666 AP_DECLARE_NONSTD(const char *) ap_set_flag_slot(cmd_parms *cmd,
676 AP_DECLARE_NONSTD(const char *) ap_set_flag_slot_char(cmd_parms *cmd,
686 AP_DECLARE_NONSTD(const char *) ap_set_file_slot(cmd_parms *cmd,
701 AP_DECLARE_NONSTD(const char *) ap_set_deprecated(cmd_parms *cmd,
836 * @param cmd The cmd_parms to pass to the directives inside the container
842 AP_DECLARE(const char *) ap_soak_end_container(cmd_parms *cmd, char *directive);
849 * @param parms The cmd_parms to pass to all directives read
859 cmd_parms *parms,
866 * @param parms The cmd_parms to pass to all of the directives in the file
874 AP_DECLARE(const char *) ap_build_config(cmd_parms *parms,
882 * @param parms The cmd_parms to pass to all functions
887 cmd_parms *parms,
900 AP_DECLARE(const char *) ap_check_cmd_context(cmd_parms *cmd,