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

/xsrc/external/mit/libX11/dist/src/
H A DIntAtom.c171 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 Dswaprep.h60 xInternAtomReply * /* pRep */ );
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dswaprep.h67 xInternAtomReply * /* pRep */);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h506 } xInternAtomReply;
1271 xInternAtomReply atom;
504 } xInternAtomReply; typedef in typeref:struct:__anone2852e7a1308
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1016 xInternAtomReply reply;
1017 memset(&reply, 0, sizeof(xInternAtomReply));
1022 WriteReplyToClient(client, sizeof(xInternAtomReply), &reply);
H A Dswaprep.c245 SInternAtomReply(ClientPtr pClient, int size, xInternAtomReply *pRep)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c231 SInternAtomReply(ClientPtr pClient, int size, xInternAtomReply * pRep)
H A Ddispatch.c1122 xInternAtomReply reply = {
1128 WriteReplyToClient(client, sizeof(xInternAtomReply), &reply);

Completed in 24 milliseconds