Searched refs:xGetAtomNameReply (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetAtomNm.c | 59 xGetAtomNameReply rep; 104 xGetAtomNameReply replbuf; 105 register xGetAtomNameReply *repl; 120 repl = (xGetAtomNameReply *) 122 (SIZEOF(xGetAtomNameReply) - SIZEOF(xReply)) >> 2, 126 SIZEOF(xGetAtomNameReply), repl->nameLength, 147 xGetAtomNameReply rep;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | swaprep.h | 64 xGetAtomNameReply * /* pRep */ );
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | swaprep.h | 72 xGetAtomNameReply * /* pRep */);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 520 } xGetAtomNameReply; 1272 xGetAtomNameReply atomName; 518 } xGetAtomNameReply; typedef in typeref:struct:__anone2852e7a1408
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 1033 xGetAtomNameReply reply; 1041 memset(&reply, 0, sizeof(xGetAtomNameReply)); 1046 WriteReplyToClient(client, sizeof(xGetAtomNameReply), &reply);
|
| H A D | swaprep.c | 255 SGetAtomNameReply(ClientPtr pClient, int size, xGetAtomNameReply *pRep)
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swaprep.c | 239 SGetAtomNameReply(ClientPtr pClient, int size, xGetAtomNameReply * pRep)
|
| H A D | dispatch.c | 1145 xGetAtomNameReply reply = { 1152 WriteReplyToClient(client, sizeof(xGetAtomNameReply), &reply);
|
Completed in 22 milliseconds