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 | 2204 int nb_defaulted, in xmlSAX2StartElementNs() argument 2348 if ((nb_defaulted != 0) && in xmlSAX2StartElementNs() 2350 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
|
D | testlimits.c | 1181 int nb_defaulted ATTRIBUTE_UNUSED, in startElementNsCallback()
|
D | xmllint.c | 1528 int nb_defaulted, in startElementNsDebug() argument 1556 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | runtest.c | 1412 int nb_defaulted, in startElementNsDebug() argument 1440 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | xmlreader.c | 721 int nb_defaulted, in xmlTextReaderStartElementNs() argument 732 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27292 int nb_defaulted ATTRIBUTE_UNUSED, 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 | 5092 int nb_defaulted; /* the number of defaulted attributes. */ in test_xmlSAX2StartElementNs() local 5114 nb_defaulted = gen_int(n_nb_defaulted, 7); in test_xmlSAX2StartElementNs() 5117 …ar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar… in test_xmlSAX2StartElementNs() 5126 des_int(n_nb_defaulted, nb_defaulted, 7); in test_xmlSAX2StartElementNs()
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 164 d nb_defaulted 10i 0 value
|
D | parser.rpgle | 694 * @nb_defaulted: the number of defaulted attributes. The defaulted
|