Home
last modified time | relevance | path

Searched refs:xmlParserInputBufferGrow (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h193 xmlParserInputBufferGrow (xmlParserInputBufferPtr in,
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle221 d xmlParserInputBufferGrow...
222 d pr 10i 0 extproc('xmlParserInputBufferGrow')
/external/libxml2/
DxmlIO.c3311 xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferGrow() function
3412 return(xmlParserInputBufferGrow(in, len)); in xmlParserInputBufferRead()
Dlibxml2.syms614 xmlParserInputBufferGrow;
DparserInternals.c320 ret = xmlParserInputBufferGrow(in->buf, len); in xmlParserInputGrow()
Delfgcchack.h7733 #undef xmlParserInputBufferGrow
7734 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserIn…
7736 #ifndef xmlParserInputBufferGrow
7737 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((vi…
7738 #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias macro
Dtestapi.c28979 ret_val = xmlParserInputBufferGrow(in, len); in test_xmlParserInputBufferGrow()
/external/libxml2/win32/
Dlibxml2.def.src1390 xmlParserInputBufferGrow