Lines Matching refs:nbNs
8873 int i, j, nbNs, attval, oldline, oldcol; in xmlParseStartTag2() local
8897 nbNs = 0; in xmlParseStartTag2()
8974 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()
8977 if (j <= nbNs) in xmlParseStartTag2()
8980 if (nsPush(ctxt, NULL, URL) > 0) nbNs++; in xmlParseStartTag2()
9047 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()
9050 if (j <= nbNs) in xmlParseStartTag2()
9053 if (nsPush(ctxt, attname, URL) > 0) nbNs++; in xmlParseStartTag2()
9130 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()
9133 if (j <= nbNs) continue; in xmlParseStartTag2()
9139 nbNs++; in xmlParseStartTag2()
9145 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2()
9148 if (j <= nbNs) continue; in xmlParseStartTag2()
9154 nbNs++; in xmlParseStartTag2()
9246 if (nbNs > 0) in xmlParseStartTag2()
9248 nsname, nbNs, &ctxt->nsTab[ctxt->nsNr - 2 * nbNs], in xmlParseStartTag2()