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

/freebsd-10-stable/crypto/openssh/
H A Dlog.c60 static log_handler_fn *log_handler; variable
276 log_handler = NULL;
377 log_handler = handler;
441 if (txt != NULL && log_handler == NULL) {
449 if (log_handler != NULL) {
451 tmp_handler = log_handler;
452 log_handler = NULL;
454 log_handler = tmp_handler;

Completed in 94 milliseconds