Home
last modified time | relevance | path

Searched refs:AuthenticationNames (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c360 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()
[all …]