Searched defs:xmlParserInputBufferRead (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DxmlIO.c3397 * xmlParserInputBufferRead:
3409 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
H A Delfgcchack.h7753 #undef xmlParserInputBufferRead macro
7754 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
7756 #ifndef xmlParserInputBufferRead
7757 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
7758 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias macro

Completed in 123 milliseconds