Searched refs:gtW (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/msxml3/ |
H A D | mxwriter.c | 493 static const WCHAR gtW[] = {'&','g','t',';'}; in get_escaped_string() local 525 memcpy(ptr, gtW, sizeof(gtW)); in get_escaped_string() 526 ptr += ARRAY_SIZE(gtW); in get_escaped_string() 612 static const WCHAR gtW[] = {'>'}; in close_element_starttag() local 614 write_output_buffer(writer, gtW, 1); in close_element_starttag() 1368 static const WCHAR gtW[] = {'>'}; in SAXContentHandler_endElement() local 1373 write_output_buffer(This, gtW, 1); in SAXContentHandler_endElement()
|
/reactos/dll/win32/xmllite/ |
H A D | writer.c | 1720 static const WCHAR gtW[] = {'&','g','t',';'}; in write_escaped_string() local 1733 write_output_buffer(writer->output, gtW, ARRAY_SIZE(gtW)); in write_escaped_string()
|
H A D | reader.c | 96 static const WCHAR gtW[] = {'>',0}; variable 2300 if (!reader_cmp(reader, gtW)) in reader_parse_stag() 2377 if (reader_cmp(reader, gtW)) return WC_E_GREATERTHAN; in reader_parse_endtag()
|