Searched refs:nOutBufChars (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.c2064 if (!IsBinaryToken(cc->outBuf[0]) && cc->nOutBufChars < DPS_SEQ_MIN) {
2065 char *tb = cc->outBuf + cc->nOutBufChars;
2066 integer nn = DPS_SEQ_MIN - cc->nOutBufChars;
2068 cc->nOutBufChars += nn;
2074 if (cc->nOutBufChars < bst) {
2076 if (nch + cc->nOutBufChars < (unsigned) bst) {
2077 os_bcopy(buf, cc->outBuf + cc->nOutBufChars, nch);
2078 cc->nOutBufChars += nch;
2081 os_bcopy(buf, b + cc->nOutBufChars, bst - cc->nOutBufChars);
[all...]
H A DdpsXclient.c119 c->nBufChars = c->nOutBufChars = c->nObjBufChars = 0;

Completed in 20 milliseconds