Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.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-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp287 ITT_EXTERN_C void _N_(error_handler)(__itt_error_code, va_list args);
307 if (_N_(_ittapi_global).error_handler != NULL) { in __itt_report_error()
309 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error()
313 _N_(error_handler)(code, args); in __itt_report_error() local
1227 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in _N_()
1228 _N_(_ittapi_global).error_handler = (void *)(size_t)handler; in _N_()
H A Dittnotify_config.h455 void *error_handler; member
H A Dittnotify.h4443 #define __itt_error_handler ITT_JOIN(INTEL_ITTNOTIFY_PREFIX, error_handler)
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h344 void* error_handler; member
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c326 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function
431 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv()