Searched refs:MAXCLIENTS (Results 1 – 11 of 11) sorted by relevance
67 __GLXclientState *__glXClients[MAXCLIENTS + 1];
82 ClientPtr clients[MAXCLIENTS];
601 static ClientResourceRec clientTable[MAXCLIENTS];
138 #define mskcnt ((MAXCLIENTS + 31) / 32)
282 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()312 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()350 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()388 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()
2181 newfd = fcntl(fd, F_DUPFD_CLOEXEC, MAXCLIENTS); in os_move_fd()2183 newfd = fcntl(fd, F_DUPFD, MAXCLIENTS); in os_move_fd()
170 MaxClients = MAXCLIENTS; in InitConnectionLimits()
90 #define MAXCLIENTS 2048 macro
129 extern _X_EXPORT ClientPtr clients[MAXCLIENTS];
54 int sentClientMasks[MAXCLIENTS];
32780 This patch works by using the MAXCLIENTS (raised to 512) as the maximum56900 This uses fcntl F_GETFD to push the FD up above MAXCLIENTS.145964 Bug #11857: Avoid running off the end of a MAXCLIENTS-sized array.