Searched refs:create_writer_output (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/xmllite/ |
H A D | writer.c | 149 static HRESULT create_writer_output(IUnknown *stream, IMalloc *imalloc, xml_encoding encoding, 787 hr = create_writer_output(output, This->imalloc, XmlEncoding_UTF8, NULL, &This->output); in xmlwriter_SetOutput() 1930 static HRESULT create_writer_output(IUnknown *stream, IMalloc *imalloc, xml_encoding encoding, in create_writer_output() function 1991 if (SUCCEEDED(hr = create_writer_output(stream, imalloc, xml_enc, encoding, &output))) in CreateXmlWriterOutputWithEncodingName() 2012 if (SUCCEEDED(hr = create_writer_output(stream, imalloc, xml_enc, NULL, &output))) in CreateXmlWriterOutputWithEncodingCodePage()
|