HomeSort by: relevance | last modified time | path
    Searched refs:nHosts (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
LiHosts.c 73 int *nhosts, /* RETURN */
83 *nhosts = 0;
93 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;
    [all...]
  /xsrc/external/mit/xorg-server/dist/os/
access.c 1457 int nHosts = 0;
1461 nHosts++;
1487 *pnHosts = nHosts;
  /xsrc/external/mit/xorg-server.old/dist/os/
access.c 1401 int nHosts = 0;
1406 nHosts++;
1434 *pnHosts = nHosts;
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 3273 int len, nHosts, result;
3286 result = GetHosts(&pdata, &nHosts, &len, &enabled);
3295 .nHosts = nHosts
3298 if (nHosts) {
swaprep.c 668 swaps(&pRep->nHosts);
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 3183 int len, nHosts, result;
3194 result = GetHosts(&pdata, &nHosts, &len, &reply.enabled);
3199 reply.nHosts = nHosts;
3202 if (nHosts)
swaprep.c 746 swaps(&pRep->nHosts, n);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 961 CARD16 nHosts;

Completed in 13 milliseconds