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
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()
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.c1511 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()
Druntest.c1457 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()
Dtestlimits.c1178 int nb_namespaces ATTRIBUTE_UNUSED, in startElementNsCallback()
DSAX2.c2208 int nb_namespaces, in xmlSAX2StartElementNs() argument
2305 for (i = 0,j = 0;j < nb_namespaces;j++) { in xmlSAX2StartElementNs()
Dxmlreader.c723 int nb_namespaces, in xmlTextReaderStartElementNs() argument
736 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces, in xmlTextReaderStartElementNs()
Dxmlschemas.c27331 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()
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.h696 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