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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2920 * xmlParserInputBufferPush:
2933 xmlParserInputBufferPush(xmlParserInputBufferPtr in, function
H A Delfgcchack.h7549 #undef xmlParserInputBufferPush macro
7550 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
7552 #ifndef xmlParserInputBufferPush
7553 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
7554 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias macro

Completed in 326 milliseconds