Searched refs:xmlCharEncInput (Results 1 – 5 of 5) sorted by relevance
24 int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
3261 nbchars = xmlCharEncInput(in, 1); in xmlParserInputBufferPush()3377 nbchars = xmlCharEncInput(in, 1); in xmlParserInputBufferGrow()
1213 nbchars = xmlCharEncInput(input->buf, 1); in xmlSwitchInputEncodingInt()
2176 xmlCharEncInput(xmlParserInputBufferPtr input, int flush) in xmlCharEncInput() function
12427 nbchars = xmlCharEncInput(in, terminate); in xmlParseChunk()