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.c3261 nbchars = xmlCharEncInput(in, 1); in xmlParserInputBufferPush()
3377 nbchars = xmlCharEncInput(in, 1); in xmlParserInputBufferGrow()
DparserInternals.c1204 nbchars = xmlCharEncInput(input->buf, 1); in xmlSwitchInputEncodingInt()
DHTMLparser.c3564 nbchars = xmlCharEncInput(ctxt->input->buf, 1); in htmlCheckEncodingDirect()
6060 nbchars = xmlCharEncInput(in, terminate); in htmlParseChunk()
Dencoding.c2176 xmlCharEncInput(xmlParserInputBufferPtr input, int flush) in xmlCharEncInput() function
Dparser.c12357 nbchars = xmlCharEncInput(in, terminate); in xmlParseChunk()