Searched refs:pkgconf_error_handler_func_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | client.c | 109 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… 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() 630 pkgconf_error_handler_func_t 649 pkgconf_client_set_warn_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t warn_handler… in pkgconf_client_set_warn_handler() 671 pkgconf_error_handler_func_t 690 pkgconf_client_set_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handl… in pkgconf_client_set_error_handler() 752 pkgconf_error_handler_func_t 771 pkgconf_client_set_trace_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t trace_handl… in pkgconf_client_set_trace_handler()
|
| H A D | libpkgconf.h | 261 typedef bool (*pkgconf_error_handler_func_t)(const char *msg, const pkgconf_client_t *client, void … typedef 278 pkgconf_error_handler_func_t error_handler; 279 pkgconf_error_handler_func_t warn_handler; 280 pkgconf_error_handler_func_t trace_handler; 367 PKGCONF_API void pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_h… 368 PKGCONF_API pkgconf_client_t * pkgconf_client_new(pkgconf_error_handler_func_t error_handler, void … 379 PKGCONF_API pkgconf_error_handler_func_t pkgconf_client_get_warn_handler(const pkgconf_client_t *cl… 380 …oid pkgconf_client_set_warn_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t warn_ha… 381 PKGCONF_API pkgconf_error_handler_func_t pkgconf_client_get_error_handler(const pkgconf_client_t *c… 382 …id pkgconf_client_set_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_h… [all …]
|
| /freebsd/contrib/pkgconf/doc/ |
| H A D | libpkgconf-client.rst | 21 .. c:function:: void pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t err… 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… 173 …n:: pkgconf_client_set_warn_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t warn_ha… 178 :param pkgconf_error_handler_func_t warn_handler: The warn handler to set. 189 …:: pkgconf_client_set_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_h… 194 :param pkgconf_error_handler_func_t error_handler: The error handler to set. 205 …:: pkgconf_client_set_trace_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t trace_h… 210 :param pkgconf_error_handler_func_t trace_handler: The error handler to set.
|