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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h64 integer nBufChars, nOutBufChars, nObjBufChars; member in struct:_t_DPSPrivContextRec
H A DdpsXint.h67 integer nBufChars, nOutBufChars, nObjBufChars; member in struct:_t_DPSPrivContextRec
H A Ddpsclient.c441 cc->nObjBufChars = 0;
450 char *b = cc->objBuf + cc->nObjBufChars;
452 while (cc->nObjBufChars < DPS_SEQ_MIN) {
455 ++cc->nObjBufChars;
460 if (cc->nObjBufChars < minSize) {
461 if (nch + cc->nObjBufChars < (unsigned) minSize) {
462 os_bcopy(buf, b + cc->nObjBufChars, nch);
463 cc->nObjBufChars += nch;
467 os_bcopy(buf, b + cc->nObjBufChars, minSize - cc->nObjBufChars);
[all...]
H A DdpsXclient.c119 c->nBufChars = c->nOutBufChars = c->nObjBufChars = 0;

Completed in 29 milliseconds