Home
last modified time | relevance | path

Searched refs:svn_error_malfunction_handler_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_error.h648 typedef svn_error_t *(*svn_error_malfunction_handler_t) typedef
662 svn_error_malfunction_handler_t
663 svn_error_set_malfunction_handler(svn_error_malfunction_handler_t func);
667 svn_error_malfunction_handler_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Derror.c856 static svn_error_malfunction_handler_t malfunction_handler
859 svn_error_malfunction_handler_t
860 svn_error_set_malfunction_handler(svn_error_malfunction_handler_t func) in svn_error_set_malfunction_handler()
862 svn_error_malfunction_handler_t old_malfunction_handler in svn_error_set_malfunction_handler()
869 svn_error_malfunction_handler_t