Lines Matching refs:errorProc
97 DPSErrorProc errorProc)
112 if (errorProc) c->errorProc = errorProc;
147 if (cc->errorProc != NIL) {
148 (*cc->errorProc) (ctxt, cc->zombie ? dps_err_deadContext :
187 if (c->errorProc != NIL)
188 (*c->errorProc) (ctxt, dps_err_invalidAccess, 0, 0);
199 if (c->errorProc != NIL)
200 (*c->errorProc) (ctxt, dps_err_recursiveWait,
217 if (c->errorProc != NIL)
218 (*c->errorProc) (ctxt, dps_err_deadContext, (unsigned long) c, 0);
525 DPSErrorProc errorProc,
537 newCtxt = DPSCreateContext ((char *) xwh, textProc, errorProc, space);
556 DPSErrorProc errorProc,
568 newCtxt = DPSCreateContext ((char *) xwh, textProc, errorProc, space);
586 DPSErrorProc errorProc,
598 newCtxt = DPSCreateContext ((char *) xwh, textProc, errorProc, space);
606 DPSContext XDPSContextFromSharedID (dpy, cid, textProc, errorProc)
610 DPSErrorProc errorProc;
664 c->errorProc = errorProc;
697 if (cc->errorProc != NIL)
698 (*cc->errorProc) (ctxt, dps_err_encodingCheck,