Searched refs:nb_namespaces (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/ |
D | pattern.c | 186 int nb_namespaces; /* the number of namespaces */ member 316 cur->nb_namespaces = i; in xmlNewPatParserContext() 318 cur->nb_namespaces = 0; in xmlNewPatParserContext() 965 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileAttributeTest() 971 if (i >= ctxt->nb_namespaces) { in xmlCompileAttributeTest() 1087 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileStepPattern() 1093 if (i >= ctxt->nb_namespaces) { in xmlCompileStepPattern() 1154 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileStepPattern() 1160 if (i >= ctxt->nb_namespaces) { in xmlCompileStepPattern()
|
D | testSAX.c | 888 int nb_namespaces, in startElementNsDebug() argument 908 fprintf(stdout, ", %d", nb_namespaces); in startElementNsDebug() 911 for (i = 0;i < nb_namespaces * 2;i++) { in startElementNsDebug()
|
D | xmllint.c | 1518 int nb_namespaces, in startElementNsDebug() argument 1538 fprintf(stdout, ", %d", nb_namespaces); in startElementNsDebug() 1541 for (i = 0;i < nb_namespaces * 2;i++) { in startElementNsDebug()
|
D | testlimits.c | 1178 int nb_namespaces ATTRIBUTE_UNUSED, in startElementNsCallback()
|
D | runtest.c | 1460 int nb_namespaces, in startElementNsDebug() argument 1480 fprintf(SAXdebug, ", %d", nb_namespaces); in startElementNsDebug() 1483 for (i = 0;i < nb_namespaces * 2;i++) { in startElementNsDebug()
|
D | SAX2.c | 2184 int nb_namespaces, in xmlSAX2StartElementNs() argument 2282 for (i = 0,j = 0;j < nb_namespaces;j++) { in xmlSAX2StartElementNs()
|
D | xmlreader.c | 802 int nb_namespaces, in xmlTextReaderStartElementNs() argument 815 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27513 int nb_namespaces, in xmlSchemaSAXHandleStartElementNs() argument 27552 if (nb_namespaces != 0) { in xmlSchemaSAXHandleStartElementNs() 27557 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) { in xmlSchemaSAXHandleStartElementNs() 28765 int nb_namespaces, const xmlChar ** namespaces, in startElementNsSplit() argument 28774 URI, nb_namespaces, namespaces, in startElementNsSplit() 28779 URI, nb_namespaces, namespaces, in startElementNsSplit()
|
D | testapi.c | 5111 int nb_namespaces; /* number of namespace definitions on that node */ in test_xmlSAX2StartElementNs() local 5136 nb_namespaces = gen_int(n_nb_namespaces, 4); in test_xmlSAX2StartElementNs() 5142 …t xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlCha… in test_xmlSAX2StartElementNs() 5148 des_int(n_nb_namespaces, nb_namespaces, 4); in test_xmlSAX2StartElementNs()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 117 int nb_namespaces,
|
D | parser.h | 698 int nb_namespaces,
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 167 d nb_namespaces value like(xmlCint)
|
D | parser.rpgle | 693 * @nb_namespaces: number of namespace definitions on that node
|