Lines Matching refs:stuff
78 swaps(&stuff->length);
80 swapl(&stuff->window);
81 swaps(&stuff->count);
83 stuff->count * sizeof(CARD32));
84 SwapLongs((CARD32 *) (&stuff[1]), stuff->count);
105 if (stuff->length !=
107 stuff->count)
110 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess);
114 if (stuff->mode != AddToList && stuff->mode != DeleteFromList) {
115 client->errorValue = stuff->window;
119 if ((rc = CreateMaskFromList(client, (XEventClass *) &stuff[1],
120 stuff->count, tmp, NULL,
125 if (!others && stuff->mode == DeleteFromList)
131 if (stuff->mode == DeleteFromList)