Searched defs:oldBuf (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c445 char *oldBuf = NIL; local
498 oldBuf = buf;
530 DPSAssertWarn(nch == 1 && !oldBuf, cc, "illegal binary output from context (oldBuf)");
539 /* we assert that we can't have an oldBuf if we're not aligned,
540 since we only get an oldBuf if we copied to a new buffer,
542 DPSAssertWarn(!oldBuf && nch > 1, cc, "return values garbled (oldBuf||nch<DPS_SEQ_MIN");
558 DPSAssertWarn(!oldBuf, cc, "return values garbled (oldBuf)");
2058 char *oldBuf = NIL; local
[all...]

Completed in 17 milliseconds