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

  /xsrc/external/mit/libICE/dist/src/
register.c 42 int authCount,
110 if ((p->auth_count = authCount) > 0)
112 p->auth_names = malloc (authCount * sizeof (char *));
114 p->auth_procs = malloc (authCount * sizeof (IcePoAuthProc));
116 for (i = 0; i < authCount; i++)
142 int authCount,
209 if ((p->auth_count = authCount) > 0)
211 p->auth_names = malloc (authCount * sizeof (char *));
213 p->auth_procs = malloc (authCount * sizeof (IcePaAuthProc));
215 for (i = 0; i < authCount; i++
    [all...]
protosetup.c 61 int authCount;
138 &authCount, authIndices);
143 authCount = 0;
151 for (i = 0; i < authCount; i++)
178 pMsg->authCount = authCount;
185 for (i = 0; i < authCount; i++)
213 iceConn->protosetup_to_you->my_auth_count = authCount;
connect.c 347 pSetupMsg->authCount = authUsableCount;
process.c 921 SKIP_LISTOF_STRING (pData, swap, (int) message->authCount, pEnd,
946 hisAuthCount = message->authCount;
1921 SKIP_LISTOF_STRING (pData, swap, (int) message->authCount, pEnd,
2000 hisAuthCount = message->authCount;
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEproto.h 66 CARD8 authCount;
129 CARD8 authCount;

Completed in 6 milliseconds