| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSQuExt.c | 63 int *first_error) 88 *first_error = rep.first_error; 58 FSQueryExtension(FSServer * svr,const char * name,int * major_opcode,int * first_event,int * first_error) argument
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | QuExt.c | 40 int *first_error) /* RETURN */ 56 *first_error = rep.first_error; 35 XQueryExtension(register Display * dpy,_Xconst char * name,int * major_opcode,int * first_event,int * first_error) argument
|
| H A D | ErrDes.c | 122 if (ext->codes.first_error && 123 ext->codes.first_error <= code && 124 (!bext || ext->codes.first_error > bext->codes.first_error)) 129 bext->name, code - bext->codes.first_error);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | DefErrMsg.c | 94 if (ext->codes.first_error && 95 ext->codes.first_error < event->error_code && 96 (!bext || ext->codes.first_error > bext->codes.first_error)) 101 event->error_code - bext->codes.first_error);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glx_error.c | 54 error.errorCode = glx_dpy->codes->first_error + errorCode;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glx_error.c | 54 error.errorCode = glx_dpy->codes.first_error + errorCode;
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | MITMisc.c | 85 *error_basep = info->codes->first_error;
|
| H A D | XLbx.c | 80 *error_basep = info->codes->first_error;
|
| H A D | DPMS.c | 91 *error_basep = info->codes->first_error;
|
| H A D | Xge.c | 350 *error_base = info->codes->first_error;
|
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| H A D | extutil.h | 180 code -= codes->first_error; \
|
| /xsrc/external/mit/libFS/dist/include/X11/fonts/ |
| H A D | FSlib.h | 104 int first_error; /* first error number for the extension */ member in struct:__anon84e762130108 253 int *first_event, int *first_error );
|
| /xsrc/external/mit/libXtst/dist/src/ |
| H A D | XTest.c | 76 int major_opcode, first_event, first_error; local in function:get_xinput_base 79 XQueryExtension(dpy, INAME, &major_opcode, &first_event, &first_error); 121 *error_base_return = info->codes->first_error;
|
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | mesa_dri2.c | 78 *errorBase = info->codes->first_error;
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/ |
| H A D | libvmwarectrl.c | 102 *error_basep = info->codes->first_error;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrhostvideo.c | 179 if (ext->codes.first_error && 180 ext->codes.first_error < (int)a_err_event->error_code && 181 (!bext || ext->codes.first_error > bext->codes.first_error)) 186 a_err_event->error_code - bext->codes.first_error);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/tools/ |
| H A D | syndaemon.c | 304 int major_opcode, minor_opcode, first_error; local in function:check_xrecord 309 &major_opcode, &minor_opcode, &first_error);
|
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XETrapInit.c | 174 *error_base_return = (INT32)(info->codes->first_error);
|
| /xsrc/external/mit/libXfontcache/dist/src/ |
| H A D | FontCache.c | 93 *error_base_return = info->codes->first_error;
|
| /xsrc/external/mit/libXinerama/dist/src/ |
| H A D | Xinerama.c | 88 *error_base_return = info->codes->first_error;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| H A D | xwindowsdri.c | 94 *error_basep = info->codes->first_error;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| H A D | xwindowsdri.c | 94 *error_basep = info->codes->first_error;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| H A D | thread.c | 161 xfixes_error_base = xfixes_query->first_error;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | extension.c | 250 reply.first_error = extensions[i]->errorBase;
|
| /xsrc/external/mit/libXcomposite/dist/src/ |
| H A D | Xcomposite.c | 224 *error_base_return = info->codes->first_error;
|