OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectionTranslation
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xfs/dist/include/
globals.h
85
extern int
ConnectionTranslation
[];
/xsrc/external/mit/xfs/dist/os/
connection.c
113
int
ConnectionTranslation
[MAXSOCKS];
176
ConnectionTranslation
[i] = 0;
345
ConnectionTranslation
[newconn] = client->index;
458
CloseDownClient(clients[
ConnectionTranslation
[curclient]]);
474
ConnectionTranslation
[oc->fd] = 0;
waitfor.c
197
conn =
ConnectionTranslation
[curclient + (i * (sizeof(fd_mask) * 8))];
io.c
518
if ((index =
ConnectionTranslation
[(base * (sizeof(fd_mask) * 8)) + index]) == 0)
/xsrc/external/mit/xorg-server.old/dist/os/
connection.c
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]])
[
all
...]
osdep.h
199
extern int *
ConnectionTranslation
;
WaitFor.c
345
ConnectionTranslation
[curclient + (i * (sizeof(fd_mask) * 8))];
io.c
670
if ((index =
ConnectionTranslation
[(base * (sizeof(fd_mask)*8)) + index]) == 0)
Completed in 7 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026