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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c424 unsigned nch)
434 if (nch == 0) { /* this is an EOF */
444 while (nch > 0) {
453 if (nch == 0) return;
456 --nch;
461 if (nch + cc->nObjBufChars < (unsigned) minSize) {
462 os_bcopy(buf, b + cc->nObjBufChars, nch);
463 cc->nObjBufChars += nch;
469 nch -= minSize - cc->nObjBufChars;
486 if (nch
421 DPSclientPrintProc( DPSContext ctxt, char *buf, unsigned nch) argument
2028 textWriteData(DPSContext ctxt, char *buf, unsigned int nch) argument
2053 textInnerWritePostScript( DPSContext ctxt, char *buf, unsigned int nch) argument
2184 textWritePostScript( DPSContext ctxt, char *buf, unsigned int nch) argument
2203 textWriteStringChars( DPSContext ctxt, char *buf, unsigned int nch) argument
2224 textBinObjSeqWrite( DPSContext ctxt, char *buf, unsigned int nch) argument
[all...]
H A Ddpsint.h96 extern void DPSclientPrintProc(DPSContext ctxt, char *buf, unsigned nch);

Completed in 36 milliseconds