Searched defs:SHPX_MAX_CLIENTS (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dpix_grab.c47 #define SHPX_MAX_CLIENTS 64 macro
68 static SHPX_CLIENT_ENTRY shpx_client_directory[SHPX_MAX_CLIENTS];
150 for (i = 0; i < SHPX_MAX_CLIENTS; i++) {
165 while ((i < SHPX_MAX_CLIENTS) &&
169 if ((i == SHPX_MAX_CLIENTS) &&
170 (Dga_shpx_client_count == SHPX_MAX_CLIENTS)) {
175 if ((Dga_shpx_client_count > 0) && (i < SHPX_MAX_CLIENTS)) {
207 while ((i < SHPX_MAX_CLIENTS) && (shpx_client_directory[i].cid != 0))
399 while ((i < SHPX_MAX_CLIENTS) &&
403 if ((i == SHPX_MAX_CLIENTS)
[all...]

Completed in 482 milliseconds