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 313 cur->nb_namespaces = i; in xmlNewPatParserContext() 315 cur->nb_namespaces = 0; in xmlNewPatParserContext() 962 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileAttributeTest() 968 if (i >= ctxt->nb_namespaces) { in xmlCompileAttributeTest() 1084 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileStepPattern() 1090 if (i >= ctxt->nb_namespaces) { in xmlCompileStepPattern() 1151 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileStepPattern() 1157 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 | 1511 int nb_namespaces, in startElementNsDebug() argument 1531 fprintf(stdout, ", %d", nb_namespaces); in startElementNsDebug() 1534 for (i = 0;i < nb_namespaces * 2;i++) { in startElementNsDebug()
|
D | runtest.c | 1457 int nb_namespaces, in startElementNsDebug() argument 1477 fprintf(SAXdebug, ", %d", nb_namespaces); in startElementNsDebug() 1480 for (i = 0;i < nb_namespaces * 2;i++) { in startElementNsDebug()
|
D | testlimits.c | 1178 int nb_namespaces ATTRIBUTE_UNUSED, in startElementNsCallback()
|
D | SAX2.c | 2208 int nb_namespaces, in xmlSAX2StartElementNs() argument 2305 for (i = 0,j = 0;j < nb_namespaces;j++) { in xmlSAX2StartElementNs()
|
D | xmlreader.c | 723 int nb_namespaces, in xmlTextReaderStartElementNs() argument 736 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27331 int nb_namespaces, in xmlSchemaSAXHandleStartElementNs() argument 27370 if (nb_namespaces != 0) { in xmlSchemaSAXHandleStartElementNs() 27375 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) { in xmlSchemaSAXHandleStartElementNs() 28569 int nb_namespaces, const xmlChar ** namespaces, in startElementNsSplit() argument 28578 URI, nb_namespaces, namespaces, in startElementNsSplit() 28583 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 | 696 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
|