HomeSort by: relevance | last modified time | path
    Searched refs:transCount (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libICE/dist/src/
listenwk.c 50 int transCount, partial, i, j;
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++)
listen.c 48 int transCount, partial, i, j;
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 51 milliseconds