Searched defs:xmlParserError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Derror.c620 if ((channel == xmlParserError) ||
663 * xmlParserError:
672 xmlParserError(void *ctx, const char *msg, ...) function
H A Delfgcchack.h7475 #undef xmlParserError macro
7476 extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias")));
7478 #ifndef xmlParserError
7479 extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden")));
7480 #define xmlParserError xmlParserError__internal_alias macro
/external/libxml2/
H A Derror.c610 if ((channel == xmlParserError) ||
653 * xmlParserError:
662 xmlParserError(void *ctx, const char *msg, ...) function
H A Delfgcchack.h7475 #undef xmlParserError macro
7476 extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias")));
7478 #ifndef xmlParserError
7479 extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden")));
7480 #define xmlParserError xmlParserError__internal_alias macro

Completed in 160 milliseconds