Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c367 static AuthenticationFuncsPtr AuthenticationFuncsList; variable
403 newFuncs[i] = AuthenticationFuncsList[i]; in XdmcpRegisterAuthentication()
407 free(AuthenticationFuncsList); in XdmcpRegisterAuthentication()
408 AuthenticationFuncsList = newFuncs; in XdmcpRegisterAuthentication()
436 AuthenticationFuncs = &AuthenticationFuncsList[i]; in XdmcpSetAuthentication()