Searched refs:nbintmp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlreader.c5746 int nbintmp; /* number of byte in intmp[] */ local
5764 nbintmp = 0;
5787 if (nbintmp == 0)
5797 if (nbintmp == 0)
5799 if ((nbintmp == 1) || (nbintmp == 2))
5803 nbintmp = 3;
5806 intmp[nbintmp++] = cur;
5811 if (nbintmp == 4) {
5812 nbintmp
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c5590 int nbintmp; /* number of byte in intmp[] */ local
5608 nbintmp = 0;
5631 if (nbintmp == 0)
5641 if (nbintmp == 0)
5643 if ((nbintmp == 1) || (nbintmp == 2))
5647 nbintmp = 3;
5650 intmp[nbintmp++] = cur;
5655 if (nbintmp == 4) {
5656 nbintmp
[all...]

Completed in 229 milliseconds