Searched refs:nb_defaulted (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/include/libxml/ |
D | SAX2.h | 120 int nb_defaulted,
|
D | parser.h | 699 int nb_defaulted,
|
/external/libxml2/ |
D | testSAX.c | 891 int nb_defaulted, in startElementNsDebug() argument 919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | SAX2.c | 2215 int nb_defaulted, in xmlSAX2StartElementNs() argument 2364 if ((nb_defaulted != 0) && in xmlSAX2StartElementNs() 2366 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
|
D | testlimits.c | 1181 int nb_defaulted ATTRIBUTE_UNUSED, in startElementNsCallback()
|
D | xmllint.c | 1514 int nb_defaulted, in startElementNsDebug() argument 1542 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | runtest.c | 1460 int nb_defaulted, in startElementNsDebug() argument 1488 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | xmlreader.c | 726 int nb_defaulted, in xmlTextReaderStartElementNs() argument 737 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27334 int nb_defaulted ATTRIBUTE_UNUSED, 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()
|
D | testapi.c | 5117 int nb_defaulted; /* the number of defaulted attributes. */ in test_xmlSAX2StartElementNs() local 5139 nb_defaulted = gen_int(n_nb_defaulted, 7); in test_xmlSAX2StartElementNs() 5142 …ar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar… in test_xmlSAX2StartElementNs() 5151 des_int(n_nb_defaulted, nb_defaulted, 7); in test_xmlSAX2StartElementNs()
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 170 d nb_defaulted value like(xmlCint)
|
D | parser.rpgle | 697 * @nb_defaulted: the number of defaulted attributes. The defaulted
|