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

/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c3037 * xmlParserInputBufferPush:
3050 xmlParserInputBufferPush(xmlParserInputBufferPtr in, function
H A Delfgcchack.h7617 #undef xmlParserInputBufferPush macro
7618 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
7620 #ifndef xmlParserInputBufferPush
7621 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
7622 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias macro
/external/libxml2/
H A DxmlIO.c3163 * xmlParserInputBufferPush:
3176 xmlParserInputBufferPush(xmlParserInputBufferPtr in, function
H A Delfgcchack.h7617 #undef xmlParserInputBufferPush macro
7618 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
7620 #ifndef xmlParserInputBufferPush
7621 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
7622 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias macro

Completed in 300 milliseconds