Searched refs:nbNs (Results 1 – 2 of 2) sorted by relevance
9188 int i, j, nbNs, attval; in xmlParseStartTag2() local9208 nbNs = 0; in xmlParseStartTag2()9286 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()9289 if (j <= nbNs) in xmlParseStartTag2()9292 if (nsPush(ctxt, NULL, URL) > 0) nbNs++; in xmlParseStartTag2()9355 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()9358 if (j <= nbNs) in xmlParseStartTag2()9361 if (nsPush(ctxt, attname, URL) > 0) nbNs++; in xmlParseStartTag2()9462 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()9465 if (j <= nbNs) continue; in xmlParseStartTag2()[all …]
140 int nbNs; /* the number of namespaces */ member1184 ret->nbNs++; in xmlSchematronParse()