Searched refs:error_handler (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | caching.c | 269 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 D | caching.c | 246 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 D | cache.c | 32 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 D | cache.h | 91 svn_cache__error_handler_t error_handler; member
|
| H A D | cache-memcache.c | 424 wrapper->error_handler = 0; in svn_cache__create_memcache()
|
| H A D | cache-membuffer.c | 3439 wrapper->error_handler = 0; in svn_cache__create_membuffer_cache()
|
| /freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.c | 258 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 D | ittnotify_config.h | 444 void* error_handler; member
|
| H A D | ittnotify.h | 4054 #define __itt_error_handler ITT_JOIN(INTEL_ITTNOTIFY_PREFIX, error_handler)
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | bfdlink.h | 506 bfd_boolean (*error_handler) member
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 345 void* error_handler; member
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | ChangeLog | 617 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-0203 | 889 (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 D | ChangeLog-9103 | 200 * bfdlink.h (bfd_link_callbacks): Add error_handler.
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ChangeLog-0203 | 2946 * elflink.h (elf_link_input_bfd): Call linker error_handler
|