Lines Matching refs:DPS_SEQ_MIN
428 #define DPS_SEQ_MIN 2
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) {
2066 integer nn = DPS_SEQ_MIN - cc->nOutBufChars;
2134 if (!IsBinaryToken(buf[0]) && nch < DPS_SEQ_MIN) {