Lines Matching refs:mconfig

148  *   AP_INIT_NO_ARGS("directive", function, mconfig, where, help)
150 * static const char *handle_NO_ARGS(cmd_parms *cmd, void *mconfig);
157 * AP_INIT_RAW_ARGS("directive", function, mconfig, where, help)
159 * static const char *handle_RAW_ARGS(cmd_parms *cmd, void *mconfig,
167 * AP_INIT_FLAG("directive", function, mconfig, where, help)
169 * static const char *handle_FLAG(cmd_parms *cmd, void *mconfig, int bool);
175 * AP_INIT_TAKE1("directive", function, mconfig, where, help)
177 * static const char *handle_TAKE1(cmd_parms *cmd, void *mconfig,
184 * AP_INIT_TAKE2("directive", function, mconfig, where, help)
186 * static const char *handle_TAKE2(cmd_parms *cmd, void *mconfig,
194 * AP_INIT_TAKE3("directive", function, mconfig, where, help)
196 * static const char *handle_TAKE3(cmd_parms *cmd, void *mconfig,
205 * AP_INIT_TAKE12("directive", function, mconfig, where, help)
207 * static const char *handle_TAKE12(cmd_parms *cmd, void *mconfig,
217 * AP_INIT_TAKE123("directive", function, mconfig, where, help)
219 * static const char *handle_TAKE123(cmd_parms *cmd, void *mconfig,
228 * AP_INIT_TAKE13("directive", function, mconfig, where, help)
230 * static const char *handle_TAKE13(cmd_parms *cmd, void *mconfig,
239 * AP_INIT_TAKE23("directive", function, mconfig, where, help)
241 * static const char *handle_TAKE23(cmd_parms *cmd, void *mconfig,
250 * AP_INIT_ITERATE("directive", function, mconfig, where, help)
252 * static const char *handle_ITERATE(cmd_parms *cmd, void *mconfig,
264 * AP_INIT_ITERATE2("directive", function, mconfig, where, help)
266 * static const char *handle_ITERATE2(cmd_parms *cmd, void *mconfig,
347 static void trace_startup(apr_pool_t *p, server_rec *s, x_cfg *mconfig,
364 where = (mconfig != NULL) ? mconfig->loc : "nowhere";
521 static const char *cmd_example(cmd_parms *cmd, void *mconfig)
523 x_cfg *cfg = (x_cfg *) mconfig;