Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dcaching.c269 svn_cache__error_handler_t error_handler, in init_callbacks() argument
289 if (error_handler) in init_callbacks()
291 error_handler, in init_callbacks()
332 svn_cache__error_handler_t error_handler = no_handler in create_cache() local
347 error_handler = no_handler in create_cache()
371 SVN_ERR(init_callbacks(*cache_p, fs, error_handler, result_pool)); in create_cache()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcaching.c246 svn_cache__error_handler_t error_handler, in init_callbacks() argument
268 if (error_handler) in init_callbacks()
270 error_handler, in init_callbacks()
309 svn_cache__error_handler_t error_handler = no_handler in create_cache() local
320 error_handler = no_handler in create_cache()
344 SVN_ERR(init_callbacks(*cache_p, fs, error_handler, result_pool)); in create_cache()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c32 cache->error_handler = handler; in svn_cache__set_error_handler()
58 if (cache->error_handler) in handle_error()
59 err = (cache->error_handler)(err, cache->error_baton, pool); in handle_error()
H A Dcache.h91 svn_cache__error_handler_t error_handler; member
H A Dcache-memcache.c424 wrapper->error_handler = 0; in svn_cache__create_memcache()
H A Dcache-membuffer.c3439 wrapper->error_handler = 0; in svn_cache__create_membuffer_cache()
/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.c258 ITT_EXTERN_C void _N_(error_handler)(__itt_error_code, va_list args);
276 if (_N_(_ittapi_global).error_handler != NULL) in __itt_report_error()
278 …__itt_error_handler_t* handler = (__itt_error_handler_t*)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error()
282 _N_(error_handler)(code, args); in __itt_report_error() local
1195 __itt_error_handler_t* prev = (__itt_error_handler_t*)(size_t)_N_(_ittapi_global).error_handler; in _N_()
1196 _N_(_ittapi_global).error_handler = (void*)(size_t)handler; in _N_()
H A Dittnotify_config.h444 void* error_handler; member
H A Dittnotify.h4054 #define __itt_error_handler ITT_JOIN(INTEL_ITTNOTIFY_PREFIX, error_handler)
/freebsd-12.1/contrib/gdb/include/
H A Dbfdlink.h506 bfd_boolean (*error_handler) member
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h345 void* error_handler; member
/freebsd-12.1/contrib/binutils/include/
H A DChangeLog617 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-0203889 (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
1033 * ldmain.c (link_callbacks): Initialize error_handler.
1035 * ldmisc.c (error_handler): New function.
1037 * ldmisc.h (error_handler): New prototype.
/freebsd-12.1/contrib/gcclibs/include/
H A DChangeLog-9103200 * bfdlink.h (bfd_link_callbacks): Add error_handler.
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-02032946 * elflink.h (elf_link_input_bfd): Call linker error_handler