Searched refs:xReq (Results 1 - 25 of 116) sorted by relevance

12345

/xsrc/external/mit/libX11/dist/src/
H A DGrServer.c35 _X_UNUSED register xReq *req;
H A DUngrabSvr.c36 _X_UNUSED register xReq *req;
H A DGetIFocus.c39 _X_UNUSED register xReq *req;
H A DGetPCnt.c41 _X_UNUSED xReq *req;
H A DGetSSaver.c43 _X_UNUSED register xReq *req;
H A DQuKeybd.c42 _X_UNUSED register xReq *req;
H A DGetKCnt.c38 _X_UNUSED register xReq *req;
H A DSync.c40 _X_UNUSED register xReq *req;
H A DGetFPath.c46 _X_UNUSED register xReq *req;
H A DListExt.c45 _X_UNUSED register xReq *req;
H A DCrGC.c62 xReq *req);
94 _XGenerateGCList (dpy, gc, (xReq *) req);
113 xReq *req)
326 _XGenerateGCList (dpy, gc, (xReq *) req);
H A DGetPntMap.c49 _X_UNUSED register xReq *req;
H A DReconfWM.c108 _X_UNUSED register xReq *req;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c202 register xReq *request;
262 else if (gotnow < sizeof(xReq))
264 /* We don't have an entire xReq yet. Can't tell how big
265 * the request will be until we get the whole xReq.
267 needed = sizeof(xReq);
272 /* We have a whole xReq. We can tell how big the whole
275 request = (xReq *)oci->bufptr;
296 * complete xReq (if need_header is TRUE), a complete
386 /* We wanted an xReq, now we've gotten it. */
387 request = (xReq *)oc
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c235 register xReq *request;
276 else if (gotnow < sizeof(xReq)) {
277 /* We don't have an entire xReq yet. Can't tell how big
278 * the request will be until we get the whole xReq.
280 needed = sizeof(xReq);
284 /* We have a whole xReq. We can tell how big the whole
287 request = (xReq *) oci->bufptr;
309 * complete xReq (if need_header is TRUE), a complete
389 /* We wanted an xReq, now we've gotten it. */
390 request = (xReq *) oc
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxcmisc.c136 REQUEST(xReq);
167 REQUEST(xReq);
188 REQUEST(xReq);
H A Dxtest.c85 xReq * /* req */
167 nev = (stuff->length << 2) - sizeof(xReq);
172 ev = (xEvent *)&((xReq *)stuff)[1];
349 (void) XTestSwapFakeInput(client, (xReq *)stuff);
459 REQUEST(xReq);
501 XTestSwapFakeInput(ClientPtr client, xReq *req)
508 nev = ((req->length << 2) - sizeof(xReq)) / sizeof(xEvent);
528 REQUEST(xReq);
551 REQUEST(xReq);
H A DpanoramiXSwap.c125 { REQUEST(xReq);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxcmisc.c132 REQUEST(xReq);
160 REQUEST(xReq);
180 REQUEST(xReq);
H A Dxtest.c84 xReq * /* req */
170 nev = (stuff->length << 2) - sizeof(xReq);
175 ev = (xEvent *) &((xReq *) stuff)[1];
345 (void) XTestSwapFakeInput(client, (xReq *) stuff);
457 REQUEST(xReq);
496 XTestSwapFakeInput(ClientPtr client, xReq * req)
503 nev = ((req->length << 2) - sizeof(xReq)) / sizeof(xEvent);
524 REQUEST(xReq);
546 REQUEST(xReq);
H A DpanoramiXSwap.c117 REQUEST(xReq);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dextension.c228 return ((xReq *)client->requestBuffer)->data;
236 major = ((xReq *)client->requestBuffer)->reqType;
309 REQUEST_SIZE_MATCH(xReq);
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarectrl.c412 REQUEST(xReq);
545 REQUEST(xReq);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_ctrl.c316 REQUEST(xReq);
449 REQUEST(xReq);
/xsrc/external/mit/xorg-server/dist/hw/xwin/dri/
H A Dwindowsdri.c155 REQUEST(xReq);
230 REQUEST(xReq);

Completed in 17 milliseconds

12345