Searched refs:xmlAllocOutputBuffer (Results 1 – 11 of 11) sorted by relevance
223 xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
263 d xmlAllocOutputBuffer...264 d pr extproc('xmlAllocOutputBuffer')
579 xmlAllocOutputBuffer;
2022 buf = xmlAllocOutputBuffer(NULL); in xmlC14NDocDumpMemory()
2451 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) { in xmlDocDumpFormatMemoryEnc()
1098 #undef xmlAllocOutputBuffer1099 extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer __attribute((alias("xmlAllocOutputBuffe…1101 #ifndef xmlAllocOutputBuffer1102 extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer__internal_alias __attribute((visibility…1103 #define xmlAllocOutputBuffer xmlAllocOutputBuffer__internal_alias macro
2462 xmlAllocOutputBuffer(xmlCharEncodingHandlerPtr encoder) { in xmlAllocOutputBuffer() function
27703 ret_val = xmlAllocOutputBuffer(encoder); in test_xmlAllocOutputBuffer()
110 * xmlIO.c: avoid xmlAllocOutputBuffer using XML_BUFFER_EXACT which
499 xmlAllocOutputBuffer
489 ret = xmlAllocOutputBuffer(encoder); in xmlOutputBufferCreatePythonFile()