Searched defs:error_func (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.c54 /*@exits@*/ void (*error_func) (const char *file, unsigned int line, member in struct:HAMT
68 h->error_func(__FILE__, __LINE__, \
74 h->error_func(__FILE__, __LINE__, \
117 HAMT_create(int nocase, /*@exits@*/ void (*error_func)
131 hamt->error_func = error_func;
240 hamt->error_func(__FILE__, __LINE__,
/external/libmtp/src/
H A Dptp.h1920 PTPErrorFunc error_func; member in struct:_PTPParams
/external/valgrind/main/perf/
H A Dtinycc.c1991 void (*error_func)(void *opaque, const char *msg));
2482 void (*error_func)(void *opaque, const char *msg);
7057 if (!s1->error_func) {
7061 s1->error_func(s1->error_opaque, buf);
7069 void (*error_func)(void *opaque, const char *msg))
7072 s->error_func = error_func;
13086 goto error_func;
13088 error_func:
2480 void (*error_func)(void *opaque, const char *msg); member in struct:TCCState

Completed in 3058 milliseconds