Home
last modified time | relevance | path

Searched refs:xmlCharEncInput (Results 1 – 5 of 5) 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.c1213 nbchars = xmlCharEncInput(input->buf, 1); in xmlSwitchInputEncodingInt()
Dencoding.c2176 xmlCharEncInput(xmlParserInputBufferPtr input, int flush) in xmlCharEncInput() function
Dparser.c12427 nbchars = xmlCharEncInput(in, terminate); in xmlParseChunk()