Searched refs:transCount (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Dlistenwk.c50 int transCount, partial, i, j; local in function:IceListenForWellKnownConnections
56 &transCount, &transConns) < 0) || (transCount < 1))
71 listenObjs = calloc (transCount, sizeof (struct _IceListenObj));
74 for (i = 0; i < transCount; i++)
84 for (i = 0; i < transCount; i++)
164 for (i = 0; i < transCount; i++)
H A Dlisten.c48 int transCount, partial, i, j; local in function:IceListenForConnections
54 &transCount, &transConns) < 0) || (transCount < 1))
68 if ((listenObjs = malloc (transCount * sizeof (struct _IceListenObj))) == NULL)
70 for (i = 0; i < transCount; i++)
78 for (i = 0; i < transCount; i++)
160 for (i = 0; i < transCount; i++)

Completed in 3 milliseconds