Lines Matching defs:handler
178 * conf->handler = NULL;
354 if (new->handler) {
355 conf->handler = new->handler;
3924 ap_errorlog_handler *handler;
3985 handler = (ap_errorlog_handler *)apr_hash_get(errorlog_hash, s, 1);
3986 if (!handler) {
3994 it->func = handler->func;
4145 ap_errorlog_handler_fn_t *handler,
4149 log_struct->func = handler;
4211 "Set to on or off for PATH_INFO to be accepted by handlers, or default for the per-handler preference"),
4375 (void *)APR_OFFSETOF(core_dir_config, handler), OR_FILEINFO,
4376 "a handler name that overrides any other configured handler"),
4523 if (conf->handler && strcmp(conf->handler, "none"))
4524 r->handler = conf->handler;
4573 * the output filters are invoked by the default handler.