Searched refs:xGetAtomNameReply (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DGetAtomNm.c59 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 Dswaprep.h64 xGetAtomNameReply * /* pRep */ );
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dswaprep.h72 xGetAtomNameReply * /* pRep */);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h520 } xGetAtomNameReply;
1272 xGetAtomNameReply atomName;
518 } xGetAtomNameReply; typedef in typeref:struct:__anone2852e7a1408
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1033 xGetAtomNameReply reply;
1041 memset(&reply, 0, sizeof(xGetAtomNameReply));
1046 WriteReplyToClient(client, sizeof(xGetAtomNameReply), &reply);
H A Dswaprep.c255 SGetAtomNameReply(ClientPtr pClient, int size, xGetAtomNameReply *pRep)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c239 SGetAtomNameReply(ClientPtr pClient, int size, xGetAtomNameReply * pRep)
H A Ddispatch.c1145 xGetAtomNameReply reply = {
1152 WriteReplyToClient(client, sizeof(xGetAtomNameReply), &reply);

Completed in 22 milliseconds