OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_context
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
error_context.h
25
struct
error_context
{
struct
27
void (*error) (struct
error_context
*, const char *, ...);
30
const char *(*quote) (struct
error_context
*, const char *);
33
void (*quote_free) (struct
error_context
*, const char *);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
error_context.h
25
struct
error_context
{
struct
27
void (*error) (struct
error_context
*, const char *, ...);
30
const char *(*quote) (struct
error_context
*, const char *);
33
void (*quote_free) (struct
error_context
*, const char *);
Completed in 2385 milliseconds