Searched refs:log_handler (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dlog.c59 static log_handler_fn *log_handler; variable
265 log_handler = NULL;
352 log_handler = handler;
416 if (txt != NULL && log_handler == NULL) {
424 if (log_handler != NULL) {
426 tmp_handler = log_handler;
427 log_handler = NULL;
429 log_handler = tmp_handler;
/macosx-10.10/apache-793/httpd/modules/loggers/
H A Dmod_log_config.c403 static const char *log_handler(request_rec *r, char *a) function
1696 log_pfn_register(p, "R", log_handler, 1);

Completed in 78 milliseconds