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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h63 char *buf, *outBuf, *objBuf; member in struct:_t_DPSPrivContextRec
H A DdpsXint.h66 char *buf, *outBuf, *objBuf; member in struct:_t_DPSPrivContextRec
H A Ddpsclient.c437 if (cc->objBuf) {
439 free(cc->objBuf);
440 cc->objBuf = NIL;
448 if (cc->objBuf) { /* we're buffering */
450 char *b = cc->objBuf + cc->nObjBufChars;
458 b = cc->objBuf;
475 unsigned short *sizeP = (unsigned short *)(cc->objBuf+2);
479 unsigned long *extSizeP = (unsigned long *)(cc->objBuf+4);
483 /* here with m = BOS total length in bytes, b = cc->objBuf */
484 cc->objBuf
[all...]
H A DdpsXclient.c116 c->buf = c->outBuf = c->objBuf = NIL;

Completed in 21 milliseconds