Lines Matching refs:AuthenticationNames
360 static ARRAYofARRAY8 AuthenticationNames, AuthenticationDatas; variable
391 if (!(XdmcpReallocARRAYofARRAY8(&AuthenticationNames, in XdmcpRegisterAuthentication()
392 AuthenticationNames.length + 1) && in XdmcpRegisterAuthentication()
396 malloc((AuthenticationNames.length + in XdmcpRegisterAuthentication()
402 for (i = 0; i < AuthenticationNames.length - 1; i++) in XdmcpRegisterAuthentication()
404 newFuncs[AuthenticationNames.length - 1].Validator = Validator; in XdmcpRegisterAuthentication()
405 newFuncs[AuthenticationNames.length - 1].Generator = Generator; in XdmcpRegisterAuthentication()
406 newFuncs[AuthenticationNames.length - 1].AddAuth = AddAuth; in XdmcpRegisterAuthentication()
409 AuthenticationNames.data[AuthenticationNames.length - 1] = in XdmcpRegisterAuthentication()
432 for (i = 0; i < AuthenticationNames.length; i++) in XdmcpSetAuthentication()
433 if (XdmcpARRAY8Equal(&AuthenticationNames.data[i], name)) { in XdmcpSetAuthentication()
434 AuthenticationName = &AuthenticationNames.data[i]; in XdmcpSetAuthentication()
974 for (i = 0; i < AuthenticationNames.length; i++) in send_query_msg()
975 header.length += 2 + AuthenticationNames.data[i].length; in send_query_msg()
978 XdmcpWriteARRAYofARRAY8(&buffer, &AuthenticationNames); in send_query_msg()