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

/external/libxml2/
H A DxmlIO.c3153 * xmlParserInputBufferRead:
3165 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
H A Delfgcchack.h7627 #undef xmlParserInputBufferRead macro
7628 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
7630 #ifndef xmlParserInputBufferRead
7631 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
7632 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias macro

Completed in 1908 milliseconds