Searched refs:xReq (Results 1 - 25 of 116) sorted by relevance
12345
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GrServer.c | 35 _X_UNUSED register xReq *req;
|
| H A D | UngrabSvr.c | 36 _X_UNUSED register xReq *req;
|
| H A D | GetIFocus.c | 39 _X_UNUSED register xReq *req;
|
| H A D | GetPCnt.c | 41 _X_UNUSED xReq *req;
|
| H A D | GetSSaver.c | 43 _X_UNUSED register xReq *req;
|
| H A D | QuKeybd.c | 42 _X_UNUSED register xReq *req;
|
| H A D | GetKCnt.c | 38 _X_UNUSED register xReq *req;
|
| H A D | Sync.c | 40 _X_UNUSED register xReq *req;
|
| H A D | GetFPath.c | 46 _X_UNUSED register xReq *req;
|
| H A D | ListExt.c | 45 _X_UNUSED register xReq *req;
|
| H A D | CrGC.c | 62 xReq *req); 94 _XGenerateGCList (dpy, gc, (xReq *) req); 113 xReq *req) 326 _XGenerateGCList (dpy, gc, (xReq *) req);
|
| H A D | GetPntMap.c | 49 _X_UNUSED register xReq *req;
|
| H A D | ReconfWM.c | 108 _X_UNUSED register xReq *req;
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | io.c | 202 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 D | io.c | 235 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 D | xcmisc.c | 136 REQUEST(xReq); 167 REQUEST(xReq); 188 REQUEST(xReq);
|
| H A D | xtest.c | 85 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 D | panoramiXSwap.c | 125 { REQUEST(xReq);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xcmisc.c | 132 REQUEST(xReq); 160 REQUEST(xReq); 180 REQUEST(xReq);
|
| H A D | xtest.c | 84 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 D | panoramiXSwap.c | 117 REQUEST(xReq);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | extension.c | 228 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 D | vmwarectrl.c | 412 REQUEST(xReq); 545 REQUEST(xReq);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_ctrl.c | 316 REQUEST(xReq); 449 REQUEST(xReq);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/dri/ |
| H A D | windowsdri.c | 155 REQUEST(xReq); 230 REQUEST(xReq);
|
Completed in 17 milliseconds
12345