Home
last modified time | relevance | path

Searched refs:nb_namespaces (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
Dpattern.c186 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()
DtestSAX.c888 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()
Dxmllint.c1518 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()
Dtestlimits.c1178 int nb_namespaces ATTRIBUTE_UNUSED, in startElementNsCallback()
Druntest.c1460 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()
DSAX2.c2184 int nb_namespaces, in xmlSAX2StartElementNs() argument
2282 for (i = 0,j = 0;j < nb_namespaces;j++) { in xmlSAX2StartElementNs()
Dxmlreader.c802 int nb_namespaces, in xmlTextReaderStartElementNs() argument
815 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces, in xmlTextReaderStartElementNs()
Dxmlschemas.c27513 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()
Dtestapi.c5111 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/
DSAX2.h117 int nb_namespaces,
Dparser.h698 int nb_namespaces,
/external/libxml2/os400/libxmlrpg/
DSAX2.rpgle167 d nb_namespaces value like(xmlCint)
Dparser.rpgle693 * @nb_namespaces: number of namespace definitions on that node