/reactos/dll/win32/xmllite/ |
H A D | writer.c | 48 static const WCHAR xmlnsW[] = {' ','x','m','l','n','s'}; variable 643 write_output_qname(writer->output, xmlnsW, ARRAY_SIZE(xmlnsW), ns->prefix, ns->prefix_len); in writer_output_ns() 888 static const WCHAR xmlnsW[] = {'x','m','l','n','s',0}; in xmlwriter_WriteAttributeString() local 913 is_xmlns_prefix = prefix && !wcscmp(prefix, xmlnsW); in xmlwriter_WriteAttributeString() 927 is_xmlns_local = !wcscmp(local, xmlnsW); in xmlwriter_WriteAttributeString() 962 write_output_attribute(This, xmlnsW, ARRAY_SIZE(xmlnsW) - 1, local, local_len, value); in xmlwriter_WriteAttributeString() 970 write_output_attribute(This, NULL, 0, xmlnsW, ARRAY_SIZE(xmlnsW) - 1, value); in xmlwriter_WriteAttributeString() 1276 write_output_qname(This->output, xmlnsW, ARRAY_SIZE(xmlnsW), prefix, prefix_len); in xmlwriter_WriteElementString()
|
H A D | reader.c | 228 static WCHAR xmlnsW[] = {'x','m','l','n','s',0}; variable 231 static const strval strval_xmlns = { xmlnsW, 5 }; 3052 *name = xmlnsW; in reader_get_attribute_local_name() 3177 *name = xmlnsW; in xmlreader_GetQualifiedName() 3331 *ret = xmlnsW; in xmlreader_GetPrefix()
|
/reactos/dll/win32/msxml3/ |
H A D | mxnamespace.c | 283 static const WCHAR xmlnsW[] = {'x','m','l','n','s',0}; in namespacemanager_declarePrefix() local 289 if (prefix && (!strcmpW(prefix, xmlW) || !strcmpW(prefix, xmlnsW) || !namespaceURI)) in namespacemanager_declarePrefix()
|
H A D | element.c | 1415 static const WCHAR xmlnsW[] = {'x','m','l','n','s',0}; in domelem_setAttributeNode() local 1440 if (!strcmpW(nameW, xmlnsW)) in domelem_setAttributeNode()
|
H A D | saxreader.c | 1462 static const WCHAR xmlnsW[] = { 'x','m','l','n','s',0 }; in SAXAttributes_populate() local 1502 attrs[nb_attributes+i].szQName = SysAllocString(xmlnsW); in SAXAttributes_populate()
|
/reactos/modules/rostests/winetests/xmllite/ |
H A D | reader.c | 2588 static const WCHAR xmlnsW[] = {'x','m','l','n','s',0}; in test_attribute_by_name() local 2625 hr = IXmlReader_MoveToAttributeByName(reader, xmlnsW, NULL); in test_attribute_by_name() 2628 hr = IXmlReader_MoveToAttributeByName(reader, xmlnsW, xmlns_uriW); in test_attribute_by_name()
|
/reactos/sdk/lib/rtl/ |
H A D | actctx.c | 661 static const WCHAR xmlnsW[] = {'x','m','l','n','s',0}; variable 1275 const int len = wcslen( xmlnsW ); in is_xmlns_attr() 1277 if (wcsncmp( attr->name.ptr, xmlnsW, len )) return FALSE; in is_xmlns_attr() 1283 const int len = wcslen( xmlnsW ); in push_xmlns()
|