Lines Matching defs:where
148 * AP_INIT_NO_ARGS("directive", function, mconfig, where, help)
157 * AP_INIT_RAW_ARGS("directive", function, mconfig, where, help)
167 * AP_INIT_FLAG("directive", function, mconfig, where, help)
175 * AP_INIT_TAKE1("directive", function, mconfig, where, help)
184 * AP_INIT_TAKE2("directive", function, mconfig, where, help)
194 * AP_INIT_TAKE3("directive", function, mconfig, where, help)
205 * AP_INIT_TAKE12("directive", function, mconfig, where, help)
217 * AP_INIT_TAKE123("directive", function, mconfig, where, help)
228 * AP_INIT_TAKE13("directive", function, mconfig, where, help)
239 * AP_INIT_TAKE23("directive", function, mconfig, where, help)
250 * AP_INIT_ITERATE("directive", function, mconfig, where, help)
264 * AP_INIT_ITERATE2("directive", function, mconfig, where, help)
351 char *where, *addon;
364 where = (mconfig != NULL) ? mconfig->loc : "nowhere";
365 where = (where != NULL) ? where : "";
371 " <dd><samp>[", where, "]</samp></dd>\n"
395 char *addon, *where;
408 where = (cfg != NULL) ? cfg->loc : "nowhere";
409 where = (where != NULL) ? where : "";
415 " <dd><samp>[", where, "]</samp></dd>\n"
441 char *addon, *where;
451 where = (cfg != NULL) ? cfg->loc : "nowhere";
452 where = (where != NULL) ? where : "";
458 " <dd><samp>[", where, "]</samp></dd>\n"
487 * from where this routine was called, there's really not much we
1426 * where foo is the name of the hook.
1495 /* directives specific to our module, and information about where they */
1510 OR_OPTIONS, /* where available */