Lines Matching defs:handler
436 return ap_escape_logitem(r->pool, r->handler);
961 ap_log_handler *handler = NULL;
1033 handler = (ap_log_handler *)apr_hash_get(log_hash, s, 3);
1034 if (handler) {
1038 if (!handler) {
1039 handler = (ap_log_handler *)apr_hash_get(log_hash, s++, 1);
1041 if (!handler) {
1049 it->func = handler->func;
1051 it->want_orig = handler->want_orig_default;
1597 ap_log_handler_fn_t *handler, int def)
1600 log_struct->func = handler;