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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2992 * xmlParserInputBufferGrow:
3007 xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) { function
3104 return(xmlParserInputBufferGrow(in, len));
H A Delfgcchack.h7539 #undef xmlParserInputBufferGrow macro
7540 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias")));
7542 #ifndef xmlParserInputBufferGrow
7543 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden")));
7544 #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias macro

Completed in 176 milliseconds