Home
last modified time | relevance | path

Searched refs:pkgconf_client_set_trace_handler (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/cli/
H A Dmain.c350 pkgconf_client_set_trace_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/libpkgconf/
H A Dclient.c122 pkgconf_client_set_trace_handler(client, NULL, NULL); in pkgconf_client_init()
771 pkgconf_client_set_trace_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t trace_handl… in pkgconf_client_set_trace_handler() function
H A Dlibpkgconf.h384 PKGCONF_API void pkgconf_client_set_trace_handler(pkgconf_client_t *client, pkgconf_error_handler_f…
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-client.c163 pkgconf_client_set_trace_handler(client, capture_handler, NULL); in test_client_trace_handler_fires()
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-client.rst205 .. c:function:: pkgconf_client_set_trace_handler(pkgconf_client_t *client, pkgconf_error_handler_fu…
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c1298 pkgconf_client_set_trace_handler(&state.cli_state.pkg_client, debug_handler, NULL); in run_test_case()