Home
last modified time | relevance | path

Searched refs:xmlBufEnd (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/
Dencoding.c2095 ret = input->encoder->input(xmlBufEnd(out), &c_out, in xmlCharEncFirstLineInput()
2102 ret = xmlIconvWrapper(input->encoder->iconv_in, xmlBufEnd(out), in xmlCharEncFirstLineInput()
2112 ret = xmlUconvWrapper(input->encoder->uconv_in, 1, xmlBufEnd(out), in xmlCharEncFirstLineInput()
2212 ret = input->encoder->input(xmlBufEnd(out), &c_out, in xmlCharEncInput()
2219 ret = xmlIconvWrapper(input->encoder->iconv_in, xmlBufEnd(out), in xmlCharEncInput()
2229 ret = xmlUconvWrapper(input->encoder->uconv_in, 1, xmlBufEnd(out), in xmlCharEncInput()
2437 ret = output->encoder->output(xmlBufEnd(out), &c_out, in xmlCharEncOutput()
2444 ret = xmlIconvWrapper(output->encoder->iconv_out, xmlBufEnd(out), in xmlCharEncOutput()
2451 ret = xmlUconvWrapper(output->encoder->uconv_out, 0, xmlBufEnd(out), in xmlCharEncOutput()
2481 ret = output->encoder->output(xmlBufEnd(out), &c_out, in xmlCharEncOutput()
[all …]
DparserInternals.c340 in->end = xmlBufEnd(in->buf->buffer); in xmlParserInputGrow()
382 in->end = xmlBufEnd(in->buf->buffer); in xmlParserInputShrink()
400 in->end = xmlBufEnd(in->buf->buffer); in xmlParserInputShrink()
DxmlIO.c3331 buffer = (char *)xmlBufEnd(in->buffer); in xmlParserInputBufferGrow()
3647 ret = escaping(xmlBufEnd(out->buffer) , in xmlOutputBufferWriteEscape()
3667 ret = escaping(xmlBufEnd(out->buffer), &chunk, str, &cons); in xmlOutputBufferWriteEscape()
Dbuf.c586 xmlBufEnd(xmlBufPtr buf) in xmlBufEnd() function
Dlibxml2.syms2252 xmlBufEnd;
Delfgcchack.h1357 #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
Dtestapi.c18472 ret_val = xmlBufEnd(buf); in test_xmlBufEnd()
/external/libxml2/include/libxml/
Dtree.h120 XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle109 d xmlBufEnd pr * extproc('xmlBufEnd') xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src557 xmlBufEnd