Searched refs:xInternAtomReply (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | IntAtom.c | 171 xInternAtomReply rep; 210 xInternAtomReply replbuf; 211 register xInternAtomReply *repl; 232 repl = (xInternAtomReply *) 234 (SIZEOF(xInternAtomReply) - SIZEOF(xReply)) >> 2, 255 xInternAtomReply rep;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | swaprep.h | 60 xInternAtomReply * /* pRep */ );
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | swaprep.h | 67 xInternAtomReply * /* pRep */);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 506 } xInternAtomReply; 1271 xInternAtomReply atom; 504 } xInternAtomReply; typedef in typeref:struct:__anone2852e7a1308
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 1016 xInternAtomReply reply; 1017 memset(&reply, 0, sizeof(xInternAtomReply)); 1022 WriteReplyToClient(client, sizeof(xInternAtomReply), &reply);
|
| H A D | swaprep.c | 245 SInternAtomReply(ClientPtr pClient, int size, xInternAtomReply *pRep)
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swaprep.c | 231 SInternAtomReply(ClientPtr pClient, int size, xInternAtomReply * pRep)
|
| H A D | dispatch.c | 1122 xInternAtomReply reply = { 1128 WriteReplyToClient(client, sizeof(xInternAtomReply), &reply);
|
Completed in 24 milliseconds