Searched refs:xmlParserInputBufferPush (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlIO.h | 196 xmlParserInputBufferPush (xmlParserInputBufferPtr in,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 229 d xmlParserInputBufferPush... 230 d pr extproc('xmlParserInputBufferPush')
|
/external/libxml2/ |
D | libxml2.syms | 615 xmlParserInputBufferPush;
|
D | elfgcchack.h | 7743 #undef xmlParserInputBufferPush 7744 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserIn… 7746 #ifndef xmlParserInputBufferPush 7747 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((vi… 7748 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias macro
|
D | parser.c | 11179 xmlParserInputBufferPush(ctxt->input->buf, 0, ""); in xmlParseTryOrFinish() 12196 res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk); in xmlParseChunk() 12271 xmlParserInputBufferPush(ctxt->input->buf, 1, "\r"); in xmlParseChunk() 12425 xmlParserInputBufferPush(ctxt->input->buf, size, chunk); in xmlCreatePushParserCtxt() 14974 xmlParserInputBufferPush(ctxt->input->buf, size, chunk); in xmlCtxtResetPush()
|
D | xmlIO.c | 3136 xmlParserInputBufferPush(xmlParserInputBufferPtr in, in xmlParserInputBufferPush() function
|
D | testapi.c | 29178 ret_val = xmlParserInputBufferPush(in, len, (const char *)buf); in test_xmlParserInputBufferPush()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1391 xmlParserInputBufferPush
|