Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c379 static AuthenticationFuncsPtr newFuncs; in XdmcpRegisterAuthentication() local
395 (newFuncs = in XdmcpRegisterAuthentication()
403 newFuncs[i] = AuthenticationFuncsList[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()
408 AuthenticationFuncsList = newFuncs; in XdmcpRegisterAuthentication()