/external/libxml2/include/libxml/ |
D | SAX2.h | 118 int nb_defaulted,
|
D | parser.h | 696 int nb_defaulted,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | SAX2.h | 118 int nb_defaulted,
|
D | parser.h | 696 int nb_defaulted,
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.h | 131 …const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
|
/external/chromium_org/third_party/libxml/src/ |
D | testSAX.c | 891 int nb_defaulted, in startElementNsDebug() argument 919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | SAX2.c | 2158 int nb_defaulted, in xmlSAX2StartElementNs() argument 2277 if ((nb_defaulted != 0) && in xmlSAX2StartElementNs() 2279 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
|
D | xmllint.c | 1522 int nb_defaulted, in startElementNsDebug() argument 1550 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | runtest.c | 1416 int nb_defaulted, in startElementNsDebug() argument 1444 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | xmlreader.c | 705 int nb_defaulted, in xmlTextReaderStartElementNs() argument 716 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27239 int nb_defaulted ATTRIBUTE_UNUSED, in xmlSchemaSAXHandleStartElementNs() 28417 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument 28426 nb_attributes, nb_defaulted, in startElementNsSplit() 28431 nb_attributes, nb_defaulted, in startElementNsSplit()
|
D | testapi.c | 5096 int nb_defaulted; /* the number of defaulted attributes. */ in test_xmlSAX2StartElementNs() local 5118 nb_defaulted = gen_int(n_nb_defaulted, 7); in test_xmlSAX2StartElementNs() 5121 …ar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar… in test_xmlSAX2StartElementNs() 5130 des_int(n_nb_defaulted, nb_defaulted, 7); in test_xmlSAX2StartElementNs()
|
/external/libxml2/ |
D | SAX2.c | 2158 int nb_defaulted, in xmlSAX2StartElementNs() argument 2302 if ((nb_defaulted != 0) && in xmlSAX2StartElementNs() 2304 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
|
D | xmllint.c | 1526 int nb_defaulted, in startElementNsDebug() argument 1554 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | xmlreader.c | 705 int nb_defaulted, in xmlTextReaderStartElementNs() argument 716 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27245 int nb_defaulted ATTRIBUTE_UNUSED, in xmlSchemaSAXHandleStartElementNs() 28423 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument 28432 nb_attributes, nb_defaulted, in startElementNsSplit() 28437 nb_attributes, nb_defaulted, in startElementNsSplit()
|