Searched refs:nb_attributes (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/ |
D | testSAX.c | 890 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()
|
D | SAX2.c | 2203 int nb_attributes, in xmlSAX2StartElementNs() argument 2350 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs() 2382 if (nb_attributes > 0) { in xmlSAX2StartElementNs() 2383 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) { in xmlSAX2StartElementNs()
|
D | xmllint.c | 1527 int nb_attributes, in startElementNsDebug() argument 1556 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug() 1558 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
|
D | runtest.c | 1411 int nb_attributes, in startElementNsDebug() argument 1440 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug() 1442 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
|
D | testlimits.c | 1180 int nb_attributes ATTRIBUTE_UNUSED, in startElementNsCallback()
|
D | xmlreader.c | 720 int nb_attributes, in xmlTextReaderStartElementNs() argument 732 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27291 int nb_attributes, in xmlSchemaSAXHandleStartElementNs() argument 27380 if (nb_attributes != 0) { in xmlSchemaSAXHandleStartElementNs() 27383 for (j = 0, i = 0; i < nb_attributes; i++, j += 5) { in xmlSchemaSAXHandleStartElementNs() 28500 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument 28509 nb_attributes, nb_defaulted, in startElementNsSplit() 28514 nb_attributes, nb_defaulted, in startElementNsSplit()
|
D | testapi.c | 5090 int nb_attributes; /* the number of attributes on that node */ in test_xmlSAX2StartElementNs() local 5113 nb_attributes = gen_int(n_nb_attributes, 6); in test_xmlSAX2StartElementNs() 5117 …x, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted,… in test_xmlSAX2StartElementNs() 5125 des_int(n_nb_attributes, nb_attributes, 6); in test_xmlSAX2StartElementNs()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 119 int nb_attributes,
|
D | parser.h | 698 int nb_attributes,
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 163 d nb_attributes 10i 0 value
|
D | parser.rpgle | 693 * @nb_attributes: the number of attributes on that node
|