Home
last modified time | relevance | path

Searched refs:xmlCharEncInput (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Denc.h24 int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
DxmlIO.c3160 nbchars = xmlCharEncInput(in, 1); in xmlParserInputBufferPush()
3276 nbchars = xmlCharEncInput(in, 1); in xmlParserInputBufferGrow()
DparserInternals.c1217 nbchars = xmlCharEncInput(input->buf, 1); in xmlSwitchInputEncodingInt()
Dencoding.c2203 xmlCharEncInput(xmlParserInputBufferPtr input, int flush) in xmlCharEncInput() function
DHTMLparser.c3638 nbchars = xmlCharEncInput(ctxt->input->buf, 1); in htmlCheckEncodingDirect()
6143 nbchars = xmlCharEncInput(in, terminate); in htmlParseChunk()
Dparser.c12216 nbchars = xmlCharEncInput(in, terminate); in xmlParseChunk()