HomeSort by: relevance | last modified time | path
    Searched refs:clients (Results 1 - 25 of 91) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/xfs/dist/difs/
globals.c 59 ClientPtr *clients; variable
main.c 109 clients = (ClientPtr *) FSallocarray(MAXCLIENTS, sizeof(ClientPtr));
110 if (!clients)
113 clients[i] = NullClient;
124 clients[SERVER_CLIENT] = serverClient;
dispatch.c 117 client = currentClient = clients[clientReady[nready]];
154 /* reset if server is a drone and has run out of clients */
1040 clients[client->index] = NullClient;
1054 while (!clients[currentMaxClients - 1])
1065 if (clients[i])
1066 CloseDownClient(clients[i]);
1120 clients[i] = client = (ClientPtr) FSalloc(sizeof(ClientRec));
1139 while ((nextFreeClientID < MAXCLIENTS) && clients[nextFreeClientID])
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
res.c 46 XResClient *clients; local
76 XResQueryClients(display, &count, &clients);
78 printf("%d clients:\n", count);
83 XResQueryClientResources(display, clients[i].resource_base,
86 i, (long unsigned)clients[i].resource_base,
87 (long unsigned)clients[i].resource_mask, c);
96 XFree(clients);
  /xsrc/external/mit/xorg-server.old/dist/composite/
compalloc.c 129 for (ccw = cw->clients; ccw; ccw = ccw->next)
177 cw->clients = 0;
185 ccw->next = cw->clients;
186 cw->clients = ccw;
240 for (prev = &cw->clients; (ccw = *prev); prev = &ccw->next)
251 if (!cw->clients)
284 MapWindow (pWin, clients[CLIENT_ID(id)]);
303 for (ccw = cw->clients; ccw; ccw = ccw->next)
327 for (ccw = csw->clients; ccw; ccw = ccw->next)
352 csw->clients = 0
    [all...]
compint.h 94 CompClientWindowPtr clients; member in struct:_CompWindow
105 CompClientWindowPtr clients; member in struct:_CompSubwindows
  /xsrc/external/mit/fontconfig/dist/conf.d/
09-autohint-if-no-hinting.conf 12 in both cases so that most clients would takes a look at the first place only.
  /xsrc/external/mit/xorg-server/dist/composite/
compalloc.c 156 for (ccw = cw->clients; ccw; ccw = ccw->next)
193 cw->clients = 0;
201 ccw->next = cw->clients;
202 cw->clients = ccw;
274 for (prev = &cw->clients; (ccw = *prev); prev = &ccw->next) {
283 if (!cw->clients) {
331 for (ccw = cw->clients; ccw; ccw = ccw->next)
354 for (ccw = csw->clients; ccw; ccw = ccw->next)
377 csw->clients = 0;
389 if (!csw->clients) {
    [all...]
compint.h 95 CompClientWindowPtr clients; member in struct:_CompWindow
106 CompClientWindowPtr clients; member in struct:_CompSubwindows
  /xsrc/external/mit/xorg-server/dist/dix/
globals.c 81 ClientPtr clients[MAXCLIENTS]; variable
83 int currentMaxClients; /* current size of clients array */
main.c 155 clients[i] = NullClient;
163 clients[0] = serverClient;
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xres.c 70 if(clients[i]) {
92 scratch.resource_base = clients[current_clients[i]]->clientAsMask;
130 if((clientID >= currentMaxClients) || !clients[clientID]) {
137 FindAllClientResources(clients[clientID], ResFindAllRes, counts);
199 /* Divide by refcnt as pixmap could be shared between clients,
252 if((clientID >= currentMaxClients) || !clients[clientID]) {
259 FindClientResourcesByType(clients[clientID], RT_PIXMAP, ResFindPixmaps,
265 FindClientResourcesByType(clients[clientID], RT_WINDOW,
272 FindClientResourcesByType(clients[clientID], RT_GC,
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbEvents.c 49 * - Core mapping notify events sent to clients for whom kbd is the
52 * - Xi mapping events, sent unconditionally to all clients who have
89 if (!clients[i] || clients[i]->clientState != ClientStateRunning)
92 /* Ignore clients which will have already received this.
95 if (xkb_event == XkbMapNotify && (clients[i]->mapNotifyMask & changed))
98 (clients[i]->xkbClientFlags & _XkbClientInitialized))
101 /* Don't send core events to clients who don't know about us. */
102 if (!XIShouldNotify(clients[i], kbd))
110 if (first_key >= clients[i]->minKC
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbEvents.c 48 * - Core mapping notify events sent to clients for whom kbd is the
51 * - Xi mapping events, sent unconditionally to all clients who have
81 if (!clients[i] || clients[i]->clientState != ClientStateRunning)
84 /* XKB allows clients to restrict the MappingNotify events sent to
87 (clients[i]->xkbClientFlags & _XkbClientInitialized) &&
88 !(clients[i]->mapNotifyMask & changed))
94 (clients[i]->xkbClientFlags & _XkbClientInitialized))
97 /* Don't send core events to clients who don't know about us. */
98 if (!XIShouldNotify(clients[i], kbd)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/glx/
glxext.c 387 ** is only one instance of the GL, and we use it to serve all GL clients by
447 if (clients[i] && glxGetClient(clients[i])->inUse)
448 IgnoreClient(clients[i]);
462 if (clients[i] && glxGetClient(clients[i])->inUse)
463 AttendClient(clients[i]);
537 /* If we're currently blocking GLX clients, just put this guy to
  /xsrc/external/mit/libXres/dist/include/X11/extensions/
XRes.h 83 XResClient **clients
  /xsrc/external/mit/xfs/dist/include/
client.h 56 extern ClientPtr *clients;
  /xsrc/external/mit/xorg-server.old/dist/dix/
globals.c 81 ClientPtr clients[MAXCLIENTS]; variable
83 int currentMaxClients; /* current size of clients array */
main.c 172 clients[i] = NullClient;
180 clients[0] = serverClient;
inpututils.c 85 /* Don't send irrelevant events to naïve clients. */
86 if (!clients[i] || clients[i]->clientState != ClientStateRunning)
89 if (!XIShouldNotify(clients[i], dev))
92 WriteEventsToClient(clients[i], 1, &core_mn);
  /xsrc/external/mit/xorg-server/dist/Xext/
xres.c 232 if (clients[i]) {
255 scratch.resource_base = clients[current_clients[i]]->clientAsMask;
309 if ((clientID >= currentMaxClients) || !clients[clientID]) {
316 FindAllClientResources(clients[clientID], ResFindAllRes, counts);
385 if ((clientID >= currentMaxClients) || !clients[clientID]) {
392 FindAllClientResources(clients[clientID], ResFindResourcePixmaps,
423 @param ctx The context record that tells which clients and id types
452 and information on which clients and masks have been
522 /** @brief Constructs a response about all clients, based on a client id specs
542 if (clients[c])
    [all...]
  /xsrc/external/mit/xorg-server/dist/glx/
glxext.c 579 ** is only one instance of the GL, and we use it to serve all GL clients by
657 if (clients[i] && glxGetClient(clients[i])->client)
658 IgnoreClient(clients[i]);
673 if (clients[i] && glxGetClient(clients[i])->client)
674 AttendClient(clients[i]);
719 /* If we're currently blocking GLX clients, just put this guy to
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
localuser.md 12 will only support this for clients running on the same host using a local IPC
  /xsrc/external/mit/xfs/dist/os/
waitfor.c 91 * - data from clients
93 * - room to write data to clients
199 client = clients[conn];
  /xsrc/external/mit/libXres/dist/src/
XRes.c 90 XResQueryClients(Display *dpy, int *num_clients, XResClient **clients)
98 *clients = NULL;
128 *clients = clnts;

Completed in 24 milliseconds

1 2 3 4