Lines Matching defs:ConnectionTranslation
162 int *ConnectionTranslation = NULL;
273 /* Set MaxClients and lastfdesc, and allocate ConnectionTranslation */
318 if (!ConnectionTranslation)
319 ConnectionTranslation = (int *)xnfalloc(sizeof(int)*(lastfdesc + 1));
383 for (i=0; i<MaxClients; i++) ConnectionTranslation[i] = 0;
752 ConnectionTranslation[fd] = client->index;
846 clientid = ConnectionTranslation[newconn];
939 ConnectionTranslation[connection] = 0;
1000 if (ConnectionTranslation[curclient] > 0)
1001 CloseDownClient(clients[ConnectionTranslation[curclient]]);