Searched refs:numIds (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxres.c51 int numIds; member in struct:__anon8d5823770208
148 ctx->numIds = 0;
483 ++ctx->numIds;
512 ++ctx->numIds;
592 .numIds = ctx.numIds
600 swapl (&rep.numIds);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXResproto.h169 CARD32 numIds; member in struct:__anon297163a30708
175 // followed by numIds times XResClientIdValue
/xsrc/external/mit/libXres/dist/src/
H A DXRes.c283 *client_ids = calloc(rep.numIds, sizeof(**client_ids));
284 *num_ids = rep.numIds;

Completed in 5 milliseconds