Lines Matching refs:mconfig
1934 static const char *set_etag_bits(cmd_parms *cmd, void *mconfig,
1946 cfg = (core_dir_config *)mconfig;
2195 static const char *dirsection(cmd_parms *cmd, void *mconfig, const char *arg)
2297 static const char *urlsection(cmd_parms *cmd, void *mconfig, const char *arg)
2369 static const char *filesection(cmd_parms *cmd, void *mconfig, const char *arg)
2443 ap_add_file_conf(cmd->pool, (core_dir_config *)mconfig, new_file_conf);
2460 static const char *ifsection(cmd_parms *cmd, void *mconfig, const char *arg)
2528 errmsg = ap_add_if_conf(cmd->pool, (core_dir_config *)mconfig, new_if_conf);
2589 static const char *start_ifmod(cmd_parms *cmd, void *mconfig, const char *arg)
2618 *(ap_directive_t **)mconfig = current;
2622 *(ap_directive_t **)mconfig = NULL;