Searched refs:pkgconf_error_handler_func_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | libpkgconf.h | 196 typedef bool (*pkgconf_error_handler_func_t)(const char *msg, const pkgconf_client_t *client, void … typedef 211 pkgconf_error_handler_func_t error_handler; 212 pkgconf_error_handler_func_t warn_handler; 213 pkgconf_error_handler_func_t trace_handler; 252 PKGCONF_API void pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_h… 253 PKGCONF_API pkgconf_client_t * pkgconf_client_new(pkgconf_error_handler_func_t error_handler, void … 264 PKGCONF_API pkgconf_error_handler_func_t pkgconf_client_get_warn_handler(const pkgconf_client_t *cl… 265 …oid pkgconf_client_set_warn_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t warn_ha… 266 PKGCONF_API pkgconf_error_handler_func_t pkgconf_client_get_error_handler(const pkgconf_client_t *c… 267 …id pkgconf_client_set_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_h… [all …]
|
| H A D | client.c | 101 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… 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() 599 pkgconf_error_handler_func_t 618 pkgconf_client_set_warn_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t warn_handler… in pkgconf_client_set_warn_handler() 640 pkgconf_error_handler_func_t 659 pkgconf_client_set_error_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handl… in pkgconf_client_set_error_handler() 721 pkgconf_error_handler_func_t 740 pkgconf_client_set_trace_handler(pkgconf_client_t *client, pkgconf_error_handler_func_t trace_handl… in pkgconf_client_set_trace_handler()
|
| /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.
|