Searched refs:xmlCharEncOutput (Results 1 – 5 of 5) sorted by relevance
25 int xmlCharEncOutput(xmlOutputBufferPtr output, int init);
2393 xmlCharEncOutput(ret, 1); in xmlAllocOutputBuffer()2445 xmlCharEncOutput(ret, 1); in xmlAllocOutputBufferInternal()3369 ret = xmlCharEncOutput(out, 0); in xmlOutputBufferWrite()3558 ret = xmlCharEncOutput(out, 0); in xmlOutputBufferWriteEscape()3661 nbchars = xmlCharEncOutput(out, 0); in xmlOutputBufferFlush()
575 xmlCharEncOutput(buf, 1); in xmlSaveSwitchEncoding()
2393 xmlCharEncOutput(xmlOutputBufferPtr output, int init) in xmlCharEncOutput() function
555 xmlCharEncOutput(writer->out, 1); in xmlTextWriterStartDocument()