Home
last modified time | relevance | path

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

/external/libxml2/
DtestSAX.c890 int nb_attributes, in startElementNsDebug() argument
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
921 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
DSAX2.c2214 int nb_attributes, in xmlSAX2StartElementNs() argument
2366 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
2398 if (nb_attributes > 0) { in xmlSAX2StartElementNs()
2399 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) { in xmlSAX2StartElementNs()
Dxmllint.c1513 int nb_attributes, in startElementNsDebug() argument
1542 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
1544 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
Druntest.c1459 int nb_attributes, in startElementNsDebug() argument
1488 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
1490 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
Dtestlimits.c1180 int nb_attributes ATTRIBUTE_UNUSED, in startElementNsCallback()
Dxmlreader.c725 int nb_attributes, in xmlTextReaderStartElementNs() argument
737 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
Dxmlschemas.c27333 int nb_attributes, in xmlSchemaSAXHandleStartElementNs() argument
27422 if (nb_attributes != 0) { in xmlSchemaSAXHandleStartElementNs()
27426 for (j = 0, i = 0; i < nb_attributes; i++, j += 5) { in xmlSchemaSAXHandleStartElementNs()
28581 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument
28590 nb_attributes, nb_defaulted, in startElementNsSplit()
28595 nb_attributes, nb_defaulted, in startElementNsSplit()
Dtestapi.c5115 int nb_attributes; /* the number of attributes on that node */ in test_xmlSAX2StartElementNs() local
5138 nb_attributes = gen_int(n_nb_attributes, 6); in test_xmlSAX2StartElementNs()
5142 …x, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted,… in test_xmlSAX2StartElementNs()
5150 des_int(n_nb_attributes, nb_attributes, 6); in test_xmlSAX2StartElementNs()
/external/libxml2/include/libxml/
DSAX2.h119 int nb_attributes,
Dparser.h698 int nb_attributes,
/external/libxml2/os400/libxmlrpg/
DSAX2.rpgle169 d nb_attributes value like(xmlCint)
Dparser.rpgle696 * @nb_attributes: the number of attributes on that node