Searched refs:nb_attributes (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/msxml3/ |
H A D | saxreader.c | 1459 int nb_attributes, const xmlChar **xmlAttributes) in SAXAttributes_populate() argument 1471 locator->attr_count = nb_namespaces + nb_attributes; in SAXAttributes_populate() 1492 SysFreeString(attrs[nb_attributes+i].szLocalname); in SAXAttributes_populate() 1493 attrs[nb_attributes+i].szLocalname = SysAllocStringLen(NULL, 0); in SAXAttributes_populate() 1495 attrs[nb_attributes+i].szURI = locator->namespaceUri; in SAXAttributes_populate() 1497 SysFreeString(attrs[nb_attributes+i].szValue); in SAXAttributes_populate() 1498 attrs[nb_attributes+i].szValue = bstr_from_xmlChar(xmlNamespaces[2*i+1]); in SAXAttributes_populate() 1500 SysFreeString(attrs[nb_attributes+i].szQName); in SAXAttributes_populate() 1502 attrs[nb_attributes+i].szQName = SysAllocString(xmlnsW); in SAXAttributes_populate() 1507 for (i = 0; i < nb_attributes; i++) in SAXAttributes_populate() [all …]
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | SAX2.h | 117 int nb_attributes,
|
H A D | parser.h | 698 int nb_attributes,
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | SAX2.c | 2201 int nb_attributes, in xmlSAX2StartElementNs() argument 2353 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs() 2385 if (nb_attributes > 0) { in xmlSAX2StartElementNs() 2386 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) { in xmlSAX2StartElementNs()
|
H A D | xmllint.c | 1478 int nb_attributes, in startElementNsDebug() argument 1507 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug() 1509 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
|
H A D | xmlreader.c | 664 int nb_attributes, in xmlTextReaderStartElementNs() argument 676 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
|
H A D | xmlschemas.c | 27527 int nb_attributes, in xmlSchemaSAXHandleStartElementNs() argument 27616 if (nb_attributes != 0) { in xmlSchemaSAXHandleStartElementNs() 27620 for (j = 0, i = 0; i < nb_attributes; i++, j += 5) { in xmlSchemaSAXHandleStartElementNs() 28778 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument 28787 nb_attributes, nb_defaulted, in startElementNsSplit() 28792 nb_attributes, nb_defaulted, in startElementNsSplit()
|