Home
last modified time | relevance | path

Searched refs:nbNs (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dparser.c9261 int i, j, nbNs, attval; in xmlParseStartTag2() local
9281 nbNs = 0; in xmlParseStartTag2()
9360 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()
9363 if (j <= nbNs) in xmlParseStartTag2()
9366 if (nsPush(ctxt, NULL, URL) > 0) nbNs++; in xmlParseStartTag2()
9429 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()
9432 if (j <= nbNs) in xmlParseStartTag2()
9435 if (nsPush(ctxt, attname, URL) > 0) nbNs++; in xmlParseStartTag2()
9536 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()
9539 if (j <= nbNs) continue; in xmlParseStartTag2()
[all …]
Dschematron.c140 int nbNs; /* the number of namespaces */ member
1184 ret->nbNs++; in xmlSchematronParse()