Home
last modified time | relevance | path

Searched refs:nb_attributes (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/msxml3/
H A Dsaxreader.c1459 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 DSAX2.h117 int nb_attributes,
H A Dparser.h698 int nb_attributes,
/reactos/sdk/lib/3rdparty/libxml2/
H A DSAX2.c2201 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 Dxmllint.c1478 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 Dxmlreader.c664 int nb_attributes, in xmlTextReaderStartElementNs() argument
676 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
H A Dxmlschemas.c27527 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()