HomeSort by: relevance | last modified time | path
    Searched refs:first_error (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /xsrc/external/mit/libFS/dist/src/
FSQuExt.c 63 int *first_error)
88 *first_error = rep.first_error;
  /xsrc/external/mit/libX11/dist/src/
QuExt.c 40 int *first_error) /* RETURN */
56 *first_error = rep.first_error;
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/
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/dist/src/glx/
glx_error.c 54 error.errorCode = glx_dpy->codes.first_error + errorCode;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glx_error.c 54 error.errorCode = glx_dpy->codes->first_error + errorCode;
  /xsrc/external/mit/libXext/dist/src/
MITMisc.c 85 *error_basep = info->codes->first_error;
XLbx.c 80 *error_basep = info->codes->first_error;
DPMS.c 91 *error_basep = info->codes->first_error;
Xge.c 350 *error_base = info->codes->first_error;
  /xsrc/external/mit/libXext/dist/include/X11/extensions/
extutil.h 180 code -= codes->first_error; \
  /xsrc/external/mit/libFS/dist/include/X11/fonts/
FSlib.h 104 int first_error; /* first error number for the extension */ member in struct:__anon5468
253 int *first_event, int *first_error );
  /xsrc/external/mit/libXtst/dist/src/
XTest.c 76 int major_opcode, first_event, first_error; local
79 XQueryExtension(dpy, INAME, &major_opcode, &first_event, &first_error);
121 *error_base_return = info->codes->first_error;
  /xsrc/external/mit/libvdpau/dist/src/
mesa_dri2.c 78 *errorBase = info->codes->first_error;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/
libvmwarectrl.c 102 *error_basep = info->codes->first_error;
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
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/
syndaemon.c 304 int major_opcode, minor_opcode, first_error; local
309 &major_opcode, &minor_opcode, &first_error);
  /xsrc/external/mit/MesaLib/dist/src/glx/windows/
xwindowsdri.c 94 *error_basep = info->codes->first_error;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
xwindowsdri.c 94 *error_basep = info->codes->first_error;
  /xsrc/external/mit/libXTrap/dist/src/
XETrapInit.c 174 *error_base_return = (INT32)(info->codes->first_error);
  /xsrc/external/mit/libXfontcache/dist/src/
FontCache.c 93 *error_base_return = info->codes->first_error;
  /xsrc/external/mit/libXinerama/dist/src/
Xinerama.c 88 *error_base_return = info->codes->first_error;
  /xsrc/external/mit/xorg-server/dist/dix/
extension.c 250 reply.first_error = extensions[i]->errorBase;
  /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
thread.c 161 xfixes_error_base = xfixes_query->first_error;
  /xsrc/external/mit/libXcomposite/dist/src/
Xcomposite.c 224 *error_base_return = info->codes->first_error;

Completed in 27 milliseconds

1 2 3