Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dclient.c109 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… in pkgconf_client_init() argument
115 client->error_handler = error_handler; in pkgconf_client_init()
128 pkgconf_client_set_error_handler(client, error_handler, error_handler_data); in pkgconf_client_init()
185 pkgconf_client_new(pkgconf_error_handler_func_t error_handler, void *error_handler_data, const pkgc… in pkgconf_client_new() argument
191 …pkgconf_client_init(out, error_handler, error_handler_data, personality, client_data, environ_look… in pkgconf_client_new()
393 ret = client->error_handler(errbuf, client, client->error_handler_data); in pkgconf_error()
674 return client->error_handler; in pkgconf_client_get_error_handler()
690 …_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h… in pkgconf_client_set_error_handler() argument
692 client->error_handler = error_handler; in pkgconf_client_set_error_handler()
695 if (client->error_handler == NULL) in pkgconf_client_set_error_handler()
[all …]
H A Dlibpkgconf.h278 pkgconf_error_handler_func_t error_handler; member
367 …nf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h…
368 PKGCONF_API pkgconf_client_t * pkgconf_client_new(pkgconf_error_handler_func_t error_handler, void …
382 …_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *error_h…
/freebsd/contrib/pkgconf/cli/
H A Dmain.c33 error_handler(const char *msg, const pkgconf_client_t *client, void *data) in error_handler() function
350 pkgconf_client_set_trace_handler(&state.pkg_client, error_handler, NULL); in main()
420 …pkgconf_client_init(&state.pkg_client, error_handler, &state, personality, &state, environ_lookup_… in main()
443 pkgconf_client_set_warn_handler(&state.pkg_client, error_handler, NULL); in main()
447 pkgconf_client_set_trace_handler(&state.pkg_client, error_handler, NULL); in main()
/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/spdxtool/
H A Dmain.c47 error_handler(const char *msg, const pkgconf_client_t *client, void *data) in error_handler() function
180 pkgconf_client_init(&pkg_client, error_handler, NULL, personality, NULL, environ_lookup_handler); in main()
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c70 error_handler(const char *msg, const pkgconf_client_t *client, void *data) in error_handler() function
436 pkgconf_client_init(&pkg_client, error_handler, NULL, personality, NULL, environ_lookup_handler); 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/tests/
H A Dtest-runner.c213 error_handler(const char *msg, const pkgconf_client_t *client, void *data) in error_handler() function
1261 …pkgconf_client_init(&state.cli_state.pkg_client, error_handler, NULL, personality, &state, environ… in run_test_case()
1294 pkgconf_client_set_warn_handler(&state.cli_state.pkg_client, error_handler, NULL); in run_test_case()
/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.c362 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function
700 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv_glb()