Home
last modified time | relevance | path

Searched refs:doctypeW (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/xmllite/
H A Dwriter.c1154 static const WCHAR doctypeW[] = {'<','!','D','O','C','T','Y','P','E',' '}; in xmlwriter_WriteDocType() local
1186 write_output_buffer(This->output, doctypeW, ARRAY_SIZE(doctypeW)); in xmlwriter_WriteDocType()
H A Dreader.c1888 static const WCHAR doctypeW[] = {'<','!','D','O','C','T','Y','P','E',0}; in reader_parse_dtd() local
1894 if (reader_cmp(reader, doctypeW)) return S_FALSE; in reader_parse_dtd()
/reactos/dll/win32/msxml3/
H A Dmxwriter.c1517 static const WCHAR doctypeW[] = {'<','!','D','O','C','T','Y','P','E',' '}; in SAXLexicalHandler_startDTD() local
1527 write_output_buffer(This, doctypeW, ARRAY_SIZE(doctypeW)); in SAXLexicalHandler_startDTD()