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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c118 p->binaryCount = 0;
144 if (p->binaryCount != 0) {
145 if (len > p->binaryCount) p->binaryCount = 0;
146 else p->binaryCount -= len;
153 count = sscanf(buf, "%%%%BeginBinary: %lu", &p->binaryCount);
154 if (count != 1) p->binaryCount = 0; /* Malformed comment */
230 unsigned long binaryCount = 0; local
243 if (binaryCount != 0) {
244 if (len > binaryCount) binaryCoun
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXpreview.h48 unsigned long binaryCount; member in struct:__anon229
104 continuedLine, and binaryCount fields are used internally by the functions

Completed in 718 milliseconds