Searched defs:nbNs (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Dparser.c8836 int i, j, nbNs, attval, oldline, oldcol; local
8860 nbNs = 0;
8937 for (j = 1;j <= nbNs;j++)
8940 if (j <= nbNs)
8943 if (nsPush(ctxt, NULL, URL) > 0) nbNs++;
9010 for (j = 1;j <= nbNs;j++)
9013 if (j <= nbNs)
9016 if (nsPush(ctxt, attname, URL) > 0) nbNs++;
9095 for (j = 1;j <= nbNs;j++)
9098 if (j <= nbNs) continu
[all...]
H A Dschematron.c140 int nbNs; /* the number of namespaces */ member in struct:_xmlSchematron
1182 ret->nbNs++;
/external/libxml2/
H A Dparser.c9228 int i, j, nbNs, attval, oldline, oldcol; local
9252 nbNs = 0;
9329 for (j = 1;j <= nbNs;j++)
9332 if (j <= nbNs)
9335 if (nsPush(ctxt, NULL, URL) > 0) nbNs++;
9402 for (j = 1;j <= nbNs;j++)
9405 if (j <= nbNs)
9408 if (nsPush(ctxt, attname, URL) > 0) nbNs++;
9487 for (j = 1;j <= nbNs;j++)
9490 if (j <= nbNs) continu
[all...]
H A Dschematron.c140 int nbNs; /* the number of namespaces */ member in struct:_xmlSchematron
1182 ret->nbNs++;

Completed in 353 milliseconds