Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dclient.c101 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… in pkgconf_client_init() argument
104 client->error_handler = error_handler; in pkgconf_client_init()
117 pkgconf_client_set_error_handler(client, error_handler, error_handler_data); in pkgconf_client_init()
170 pkgconf_client_new(pkgconf_error_handler_func_t error_handler, void *error_handler_data, const pkgc… in pkgconf_client_new() argument
176 pkgconf_client_init(out, error_handler, error_handler_data, personality); in pkgconf_client_new()
368 ret = client->error_handler(errbuf, client, client->error_handler_data); in pkgconf_error()
643 return client->error_handler; in pkgconf_client_get_error_handler()
659 …_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h… in pkgconf_client_set_error_handler() argument
661 client->error_handler = error_handler; in pkgconf_client_set_error_handler()
664 if (client->error_handler == NULL) in pkgconf_client_set_error_handler()
[all …]
H A Dlibpkgconf.h211 pkgconf_error_handler_func_t error_handler; member
252 …nf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h…
253 PKGCONF_API pkgconf_client_t * pkgconf_client_new(pkgconf_error_handler_func_t error_handler, void …
267 …_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h…
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-client.rst21 …nf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h…
26 …:param pkgconf_error_handler_func_t error_handler: An optional error handler to use for logging er…
31 .. c:function:: pkgconf_client_t* pkgconf_client_new(pkgconf_error_handler_func_t error_handler, vo…
35 …:param pkgconf_error_handler_func_t error_handler: An optional error handler to use for logging er…
189 …_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h…
194 :param pkgconf_error_handler_func_t error_handler: The error handler to set.
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c37 error_handler(const char *msg, const pkgconf_client_t *client, void *data) in error_handler() function
285 pkgconf_client_init(&pkg_client, error_handler, NULL, personality); in main()
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp329 ITT_EXTERN_C void _N_(error_handler)(__itt_error_code, va_list args);
344 if (_N_(_ittapi_global).error_handler != NULL) { in __itt_report_error()
346 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error()
350 _N_(error_handler)((__itt_error_code)code, args); in __itt_report_error()
1506 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in _N_()
1507 _N_(_ittapi_global).error_handler = (void *)(size_t)handler; in _N_()
H A Dittnotify_config.h472 void *error_handler;
460 void *error_handler; global() member
H A Dittnotify.h4844 #define __itt_error_handler ITT_JOIN(INTEL_ITTNOTIFY_PREFIX, error_handler)
/freebsd/contrib/pkgconf/cli/
H A Dmain.c93 error_handler(const char *msg, const pkgconf_client_t *client, void *data) in error_handler() function
1196 pkgconf_client_set_trace_handler(&pkg_client, error_handler, NULL); in main()
1277 pkgconf_client_init(&pkg_client, error_handler, NULL, personality); in main()
1306 pkgconf_client_set_warn_handler(&pkg_client, error_handler, NULL); in main()
1310 pkgconf_client_set_trace_handler(&pkg_client, error_handler, NULL); in main()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h344 void* error_handler; member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c350 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function
539 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv()