Searched refs:errorCode (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsclient.h | 106 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 D | DPSCAPproto.h | 144 BYTE errorCode; /* always 255 */ member in struct:_DPSCAPError
|
H A D | dpsint.h | 101 DPSErrorCode errorCode,
|
H A D | dpsXclient.c | 369 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 D | dpsclient.c | 2368 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 D | XDPS.c | 387 if (err->errorCode == BadMatch) 2046 e->errorCode = event->u.clientMessage.u.l.longs0;
|
H A D | cslibint.c | 1407 event.xerror.error_code = rep->errorCode; 1411 !(*dpy->error_vec[rep->errorCode])(dpy, &event.xerror, rep))
|
Completed in 34 milliseconds