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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c3089 * xmlParserInputBufferRead:
3101 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
H A Delfgcchack.h7559 #undef xmlParserInputBufferRead macro
7560 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
7562 #ifndef xmlParserInputBufferRead
7563 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
7564 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias macro

Completed in 80 milliseconds