Searched defs:auth_token (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c1779 XID auth_token = (XID)(-1); local
1811 auth_token = CheckAuthorization(name_length, name, data_length,
1824 auth_token = (XID)(tsolinfo->uid);
1829 auth_token = (XID)(tsolinfo->uid);
1852 if (auth_token == (XID)(-1)) {
1904 return (auth_token);

Completed in 15 milliseconds