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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c428 #define DPS_SEQ_MIN 2 macro
452 while (cc->nObjBufChars < DPS_SEQ_MIN) {
528 if (nch < DPS_SEQ_MIN) {
541 and we have already tested nch to be at least DPS_SEQ_MIN */
542 DPSAssertWarn(!oldBuf && nch > 1, cc, "return values garbled (oldBuf||nch<DPS_SEQ_MIN");
543 /* copy DPS_SEQ_MIN bytes, so we can use existing buffering code */
545 cc->nObjBufChars = DPS_SEQ_MIN;
547 buf += DPS_SEQ_MIN;
548 nch -= DPS_SEQ_MIN;
2064 if (!IsBinaryToken(cc->outBuf[0]) && cc->nOutBufChars < DPS_SEQ_MIN) {
[all...]

Completed in 15 milliseconds