Searched refs:xmlEncInputChunk (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | encoding.c | 1916 xmlEncInputChunk(xmlCharEncodingHandler *handler, unsigned char *out, in xmlEncInputChunk() function 2022 ret = xmlEncInputChunk(handler, &out->content[out->use], &written, in xmlCharEncFirstLineInt() 2140 ret = xmlEncInputChunk(input->encoder, xmlBufEnd(out), &c_out, in xmlCharEncFirstLineInput() 2238 ret = xmlEncInputChunk(input->encoder, xmlBufEnd(out), &c_out, in xmlCharEncInput() 2324 ret = xmlEncInputChunk(handler, &out->content[out->use], &written, in xmlCharEncInFunc()
|