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

/xsrc/external/mit/libX11/dist/src/
H A DLiHosts.c93 if (reply.nHosts) {
98 if (reply.nHosts < max_hosts) {
99 unsigned long hostbytes = reply.nHosts *
115 (((unsigned char *) outbuf) + (reply.nHosts * sizeof(XHostAddress)));
117 + (reply.nHosts * sizeof(XServerInterpretedAddress));
121 for (i = 0; i < reply.nHosts; i++) {
155 *nhosts = reply.nHosts;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Daccess.c1401 int nHosts = 0; local in function:GetHosts
1406 nHosts++;
1434 *pnHosts = nHosts;
/xsrc/external/mit/xorg-server/dist/os/
H A Daccess.c1457 int nHosts = 0; local in function:GetHosts
1461 nHosts++;
1487 *pnHosts = nHosts;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c3183 int len, nHosts, result; local in function:ProcListHosts
3194 result = GetHosts(&pdata, &nHosts, &len, &reply.enabled);
3199 reply.nHosts = nHosts;
3202 if (nHosts)
H A Dswaprep.c746 swaps(&pRep->nHosts, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c3273 int len, nHosts, result; local in function:ProcListHosts
3286 result = GetHosts(&pdata, &nHosts, &len, &enabled);
3295 .nHosts = nHosts
3298 if (nHosts) {
H A Dswaprep.c662 swaps(&pRep->nHosts);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h961 CARD16 nHosts;
959 CARD16 nHosts; member in struct:__anone2852e7a3408

Completed in 24 milliseconds