Searched refs:xmlBufEnd (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/ |
D | encoding.c | 2200 ret = xmlEncInputChunk(input->encoder, xmlBufEnd(out), &c_out, in xmlCharEncFirstLineInput() 2298 ret = xmlEncInputChunk(input->encoder, xmlBufEnd(out), &c_out, in xmlCharEncInput() 2483 xmlEncOutputChunk(output->encoder, xmlBufEnd(out), &c_out, in xmlCharEncOutput() 2510 ret = xmlEncOutputChunk(output->encoder, xmlBufEnd(out), &c_out, in xmlCharEncOutput() 2580 ret = xmlEncOutputChunk(output->encoder, xmlBufEnd(out), &c_out, in xmlCharEncOutput()
|
D | parserInternals.c | 344 in->end = xmlBufEnd(in->buf->buffer); in xmlParserInputGrow() 386 in->end = xmlBufEnd(in->buf->buffer); in xmlParserInputShrink() 404 in->end = xmlBufEnd(in->buf->buffer); in xmlParserInputShrink()
|
D | xmlIO.c | 3259 buffer = (char *)xmlBufEnd(in->buffer); in xmlParserInputBufferGrow() 3578 ret = escaping(xmlBufEnd(out->buffer) , in xmlOutputBufferWriteEscape() 3598 ret = escaping(xmlBufEnd(out->buffer), &chunk, str, &cons); in xmlOutputBufferWriteEscape()
|
D | buf.c | 600 xmlBufEnd(xmlBufPtr buf) in xmlBufEnd() function
|
D | libxml2.syms | 2252 xmlBufEnd;
|
D | elfgcchack.h | 1357 #undef xmlBufEnd 1358 extern __typeof (xmlBufEnd) xmlBufEnd __attribute((alias("xmlBufEnd__internal_alias"))); 1360 #ifndef xmlBufEnd 1361 extern __typeof (xmlBufEnd) xmlBufEnd__internal_alias __attribute((visibility("hidden"))); 1362 #define xmlBufEnd xmlBufEnd__internal_alias macro
|
D | testapi.c | 18563 ret_val = xmlBufEnd(buf); in test_xmlBufEnd()
|
/external/libxml2/include/libxml/ |
D | tree.h | 121 XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 111 d xmlBufEnd pr * extproc('xmlBufEnd') xmlChar *
|
/external/libxml2/win32/ |
D | libxml2.def.src | 557 xmlBufEnd
|