ReactOS 0.4.16-dev-117-g38f21f9
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "ole2.h"
#include "xmllite.h"
#include "wine/heap.h"
#include "wine/test.h"
#include "initguid.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | EXPECT_REF(obj, ref) _expect_ref((IUnknown *)obj, ref, __LINE__) |
#define | CHECK_OUTPUT(stream, expected) check_output(stream, expected, FALSE, __LINE__) |
#define | CHECK_OUTPUT_TODO(stream, expected) check_output(stream, expected, TRUE, __LINE__) |
#define | CHECK_OUTPUT_RAW(stream, expected, size) check_output_raw(stream, expected, size, __LINE__) |
Variables | |
static const WCHAR | aW [] = {'a',0} |
static const IUnknownVtbl | testoutputvtbl |
static IUnknown | testoutput = { &testoutputvtbl } |
static ULONG | g_write_len |
static const ISequentialStreamVtbl | teststreamvtbl |
static ISequentialStream | teststream = { &teststreamvtbl } |
Definition at line 44 of file writer.c.
Definition at line 73 of file writer.c.
Referenced by test_WriteAttributeString(), test_WriteElementString(), and test_WriteStartElement().
|
static |
Definition at line 52 of file writer.c.
|
static |
Definition at line 123 of file writer.c.
Referenced by test_writer_state().
DEFINE_GUID | ( | IID_IXmlWriterOutput | , |
0xc1131708 | , | ||
0x0f59 | , | ||
0x477f | , | ||
0x93 | , | ||
0x59 | , | ||
0x7d | , | ||
0x33 | , | ||
0x24 | , | ||
0x51 | , | ||
0xbc | , | ||
0x1a | |||
) |
START_TEST | ( | writer | ) |
Definition at line 2214 of file writer.c.
Definition at line 101 of file writer.c.
Referenced by write_attribute_string(), write_doctype(), write_element_string(), write_start_element(), and write_string().
Definition at line 727 of file writer.c.
Referenced by START_TEST().
Definition at line 622 of file writer.c.
Referenced by START_TEST().
Definition at line 1512 of file writer.c.
Referenced by START_TEST().
|
static |
Definition at line 340 of file writer.c.
Referenced by test_writeroutput().
Definition at line 652 of file writer.c.
Referenced by START_TEST().
Definition at line 1605 of file writer.c.
Referenced by START_TEST().
Definition at line 1315 of file writer.c.
Referenced by START_TEST().
Definition at line 1864 of file writer.c.
Referenced by START_TEST().
Definition at line 1269 of file writer.c.
Referenced by START_TEST().
Definition at line 2132 of file writer.c.
Referenced by START_TEST().
Definition at line 1036 of file writer.c.
Referenced by START_TEST().
Definition at line 1210 of file writer.c.
Referenced by START_TEST().
Definition at line 1178 of file writer.c.
Referenced by START_TEST().
Definition at line 1796 of file writer.c.
Referenced by START_TEST().
Definition at line 288 of file writer.c.
Referenced by START_TEST().
Definition at line 1424 of file writer.c.
Referenced by START_TEST().
Definition at line 1366 of file writer.c.
Referenced by START_TEST().
Definition at line 419 of file writer.c.
Referenced by START_TEST().
Definition at line 526 of file writer.c.
Referenced by START_TEST().
Definition at line 893 of file writer.c.
Referenced by START_TEST().
Definition at line 1904 of file writer.c.
Referenced by START_TEST().
|
static |
Definition at line 211 of file writer.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1584 of file writer.c.
Referenced by test_WriteAttributeString(), and test_WriteString().
|
static |
Definition at line 2111 of file writer.c.
Referenced by test_WriteDocType().
|
static |
Definition at line 858 of file writer.c.
Referenced by test_WriteElementString(), and test_WriteStartElement().
|
static |
Definition at line 839 of file writer.c.
Referenced by test_WriteAttributeString(), test_WriteElementString(), test_WriteEndElement(), test_WriteStartElement(), and test_WriteString().
|
static |
|
static |
Definition at line 197 of file writer.c.
Referenced by test_indentation(), test_omitxmldeclaration(), test_WriteAttributeString(), test_WriteCData(), test_WriteCharEntity(), test_WriteComment(), test_WriteDocType(), test_WriteElementString(), test_writeenddocument(), test_WriteEndElement(), test_WriteFullEndElement(), test_writer_state(), test_WriteRaw(), test_writestartdocument(), test_WriteStartElement(), and test_WriteString().
|
static |
Definition at line 114 of file writer.c.
Referenced by test_bom(), test_indentation(), test_omitxmldeclaration(), test_WriteAttributeString(), test_WriteCData(), test_WriteCharEntity(), test_WriteComment(), test_WriteElementString(), test_WriteFullEndElement(), test_WriteStartElement(), and test_WriteString().
Definition at line 41 of file writer.c.
Referenced by check_writer_state(), test_bom(), test_indentation(), test_invalid_output_encoding(), test_WriteCData(), test_WriteCharEntity(), test_WriteComment(), test_WriteDocType(), test_writeenddocument(), test_WriteFullEndElement(), test_writer_state(), test_WriteRaw(), test_writeroutput(), and test_WriteStartElement().
|
static |
Definition at line 269 of file writer.c.
Referenced by test_flush(), and teststream_Write().
|
static |
Definition at line 239 of file writer.c.
Referenced by test_writeroutput().
|
static |
|
static |
Definition at line 286 of file writer.c.
Referenced by test_flush().
|
static |