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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h52 void (*errorProc)(); member in struct:_t_DPSPrivContextRec
H A DdpsXint.h55 DPSErrorProc errorProc; member in struct:_t_DPSPrivContextRec
H A DdpsXclient.c97 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) (ctx
93 DPSContextFromContextID( DPSContext ctxt, int contextID, DPSTextProc textProc, DPSErrorProc errorProc) argument
518 XDPSCreateSimpleContext( Display *dpy, Drawable draw, GC gc, int x, int y, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
545 XDPSCreateContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
575 XDPSCreateSecureContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
[all...]
H A Ddpsclient.c196 if (ctxt->errorProc != NIL)
197 (*ctxt->errorProc)(ctxt, dps_err_resultTypeCheck, (long unsigned)obj, 0);
285 if (ctxt->errorProc != NIL)
286 (*ctxt->errorProc)(ctxt, dps_err_resultTypeCheck, (long unsigned)obj, 0);
318 if (ctxt->errorProc != NIL)
319 (*ctxt->errorProc)(ctxt, dps_err_resultTypeCheck, (long unsigned)obj, 0);
324 if (ctxt->errorProc != NIL)
325 (*ctxt->errorProc)(ctxt, dps_err_resultTypeCheck, (long unsigned)obj, 0);
593 if (cc->errorProc != NIL)
594 (*cc->errorProc)((DPSContex
2487 DPSCreateTextContext( DPSTextProc textProc, DPSErrorProc errorProc) argument
2574 DPSSetErrorBackstop(DPSErrorProc errorProc) argument
2605 DPSCreateContext( char *wh, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsfriends.h287 void (*errorProc)(struct _t_DPSContextRec *, int, long unsigned, long unsigned); member in struct:_t_DPSContextRec
308 The 'textProc' and 'errorProc' are called by the client library

Completed in 19 milliseconds