Searched refs:nbNs (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | parser.c | 9395 int i, j, nbNs, attval, oldline, oldcol, inputNr; in xmlParseStartTag2() local 9420 nbNs = 0; in xmlParseStartTag2() 9504 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2() 9507 if (j <= nbNs) in xmlParseStartTag2() 9510 if (nsPush(ctxt, NULL, URL) > 0) nbNs++; in xmlParseStartTag2() 9589 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2() 9592 if (j <= nbNs) in xmlParseStartTag2() 9595 if (nsPush(ctxt, attname, URL) > 0) nbNs++; in xmlParseStartTag2() 9687 for (j = 1;j <= nbNs;j++) in xmlParseStartTag2() 9690 if (j <= nbNs) continue; in xmlParseStartTag2() [all …]
|
D | schematron.c | 140 int nbNs; /* the number of namespaces */ member 1184 ret->nbNs++; in xmlSchematronParse()
|