Searched refs:errorCode (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsclient.h106 DPSErrorCode errorCode,
111 The meaning of arg1 and arg2 depend on 'errorCode', as described above.
137 extern void DPSDefaultErrorProc(DPSContext ctxt, DPSErrorCode errorCode,
142 The meaning of arg1 and arg2 depend on 'errorCode'. See DPSErrorCode,
148 If errorCode == dps_err_ps AND the application had previously caused
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DDPSCAPproto.h144 BYTE errorCode; /* always 255 */ member in struct:_DPSCAPError
H A Ddpsint.h101 DPSErrorCode errorCode,
H A DdpsXclient.c369 DPSErrorCode errorCode,
378 switch (errorCode) {
367 DPSDefaultPrivateHandler( DPSContext ctxt, DPSErrorCode errorCode, long unsigned int arg1, long unsigned int arg2, char *prefix, char *suffix) argument
H A Ddpsclient.c2368 DPSErrorCode errorCode,
2383 switch (errorCode) {
2458 DPSDefaultPrivateHandler(ctxt, errorCode, arg1, arg2, prefix, suffix);
2366 DPSDefaultErrorProc( DPSContext ctxt, DPSErrorCode errorCode, long unsigned int arg1, long unsigned int arg2) argument
H A DXDPS.c387 if (err->errorCode == BadMatch)
2046 e->errorCode = event->u.clientMessage.u.l.longs0;
H A Dcslibint.c1407 event.xerror.error_code = rep->errorCode;
1411 !(*dpy->error_vec[rep->errorCode])(dpy, &event.xerror, rep))

Completed in 2124 milliseconds