Searched refs:error_func (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | testOOM.c | 229 error_func (void *data ATTRIBUTE_UNUSED, xmlErrorPtr err) in error_func() function 267 xmlTextReaderSetStructuredErrorHandler (reader, error_func, NULL); in check_load_file_memory_func() 268 xmlSetStructuredErrorFunc(NULL, error_func); in check_load_file_memory_func()
|
/external/libmtp/src/ |
D | libusb-glue.c | 772 if (params->error_func!=NULL) in libusb_glue_error() 773 params->error_func (params->data, format, args); in libusb_glue_error()
|
D | ptp.h | 1920 PTPErrorFunc error_func; member
|
D | ptp.c | 85 if (params->error_func!=NULL) in ptp_error() 86 params->error_func (params->data, format, args); in ptp_error()
|
D | libmtp.c | 1712 current_params->error_func = LIBMTP_ptp_error; in LIBMTP_Open_Raw_Device()
|
/external/valgrind/perf/ |
D | tinycc.c | 1989 void (*error_func)(void *opaque, const char *msg)); 2480 void (*error_func)(void *opaque, const char *msg); member 7055 if (!s1->error_func) { in error1() 7059 s1->error_func(s1->error_opaque, buf); in error1() 7067 void (*error_func)(void *opaque, const char *msg)) in tcc_set_error_func() 7070 s->error_func = error_func; in tcc_set_error_func() 13084 goto error_func; in unary() 13086 error_func: in unary()
|