Lines Matching refs:AuthenticationNames
359 static ARRAYofARRAY8 AuthenticationNames, AuthenticationDatas;
390 if (!(XdmcpReallocARRAYofARRAY8(&AuthenticationNames,
391 AuthenticationNames.length + 1) &&
395 malloc((AuthenticationNames.length +
401 for (i = 0; i < AuthenticationNames.length - 1; i++)
403 newFuncs[AuthenticationNames.length - 1].Validator = Validator;
404 newFuncs[AuthenticationNames.length - 1].Generator = Generator;
405 newFuncs[AuthenticationNames.length - 1].AddAuth = AddAuth;
408 AuthenticationNames.data[AuthenticationNames.length - 1] =
431 for (i = 0; i < AuthenticationNames.length; i++)
432 if (XdmcpARRAY8Equal(&AuthenticationNames.data[i], name)) {
433 AuthenticationName = &AuthenticationNames.data[i];
984 for (i = 0; i < AuthenticationNames.length; i++)
985 header.length += 2 + AuthenticationNames.data[i].length;
988 XdmcpWriteARRAYofARRAY8(&buffer, &AuthenticationNames);