Lines Matching refs:authCount
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++)