Searched refs:first_error (Results 1 - 25 of 64) sorted by relevance

123

/xsrc/external/mit/libFS/dist/src/
H A DFSQuExt.c63 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 DQuExt.c40 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 DErrDes.c122 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 DDefErrMsg.c94 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 Dglx_error.c54 error.errorCode = glx_dpy->codes->first_error + errorCode;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_error.c54 error.errorCode = glx_dpy->codes.first_error + errorCode;
/xsrc/external/mit/libXext/dist/src/
H A DMITMisc.c85 *error_basep = info->codes->first_error;
H A DXLbx.c80 *error_basep = info->codes->first_error;
H A DDPMS.c91 *error_basep = info->codes->first_error;
H A DXge.c350 *error_base = info->codes->first_error;
/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A Dextutil.h180 code -= codes->first_error; \
/xsrc/external/mit/libFS/dist/include/X11/fonts/
H A DFSlib.h104 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 DXTest.c76 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 Dmesa_dri2.c78 *errorBase = info->codes->first_error;
/xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/
H A Dlibvmwarectrl.c102 *error_basep = info->codes->first_error;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c179 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 Dsyndaemon.c304 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 DXETrapInit.c174 *error_base_return = (INT32)(info->codes->first_error);
/xsrc/external/mit/libXfontcache/dist/src/
H A DFontCache.c93 *error_base_return = info->codes->first_error;
/xsrc/external/mit/libXinerama/dist/src/
H A DXinerama.c88 *error_base_return = info->codes->first_error;
/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dxwindowsdri.c94 *error_basep = info->codes->first_error;
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dxwindowsdri.c94 *error_basep = info->codes->first_error;
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dthread.c161 xfixes_error_base = xfixes_query->first_error;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dextension.c250 reply.first_error = extensions[i]->errorBase;
/xsrc/external/mit/libXcomposite/dist/src/
H A DXcomposite.c224 *error_base_return = info->codes->first_error;

Completed in 24 milliseconds

123