Searched refs:nbNs (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libxml2-26/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++;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c8733 int i, j, nbNs, attval, oldline, oldcol; local
8757 nbNs = 0;
8834 for (j = 1;j <= nbNs;j++)
8837 if (j <= nbNs)
8840 if (nsPush(ctxt, NULL, URL) > 0) nbNs++;
8907 for (j = 1;j <= nbNs;j++)
8910 if (j <= nbNs)
8913 if (nsPush(ctxt, attname, URL) > 0) nbNs++;
8990 for (j = 1;j <= nbNs;j++)
8993 if (j <= nbNs) continu
[all...]
H A Dschematron.c140 int nbNs; /* the number of namespaces */ member in struct:_xmlSchematron
1182 ret->nbNs++;

Completed in 141 milliseconds