Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmauth.c172 static XdmAuthorizationPtr xdmAuth; variable
357 new->next = xdmAuth; in XdmAddCookie()
358 xdmAuth = new; in XdmAddCookie()
379 for (auth = xdmAuth; auth; auth = auth->next) { in XdmCheckCookie()
401 for (auth = xdmAuth; auth; auth = next_auth) { in XdmResetCookie()
405 xdmAuth = 0; in XdmResetCookie()
419 for (auth = xdmAuth; auth; auth = auth->next) { in XdmFromID()
449 for (auth = xdmAuth; auth; auth = auth->next) { in XdmRemoveCookie()
452 xdmAuth = auth->next; in XdmRemoveCookie()