| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| security.h | 65 XSecurityAuthorization auth_id); 74 XSecurityAuthorization auth_id; /* revoked authorization id */ member in struct:__anon5812
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| connection.c | 500 unsigned int proto_n, char *auth_proto, int auth_id) 596 client_uid_string, (int)proto_n, auth_proto, auth_id); 609 return ((OsCommPtr)client->osPrivate)->auth_id; 643 XID auth_id; local 653 auth_id = (XID) 0L; 655 auth_id = CheckAuthorization (proto_n, auth_proto, string_n, auth_string, client, &reason); 658 if (auth_id == (XID) ~0L) 664 fromlen, proto_n, auth_proto, auth_id); 667 auth_id = (XID) 0; 675 proto_n, auth_proto, auth_id); [all...] |
| osdep.h | 169 XID auth_id; /* authorization id */ member in struct:_osComm
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| connection.c | 379 unsigned int proto_n, char *auth_proto, int auth_id) 475 client_uid_string, (int) proto_n, auth_proto, auth_id); 488 return ((OsCommPtr) client->osPrivate)->auth_id; 521 XID auth_id; local 531 auth_id = (XID) 0L; 534 auth_id = 539 if (auth_id == (XID) ~0L) { 543 fromlen, proto_n, auth_proto, auth_id); 545 auth_id = (XID) 0; 553 proto_n, auth_proto, auth_id); [all...] |
| osdep.h | 118 XID auth_id; /* authorization id */ member in struct:_osComm
|
| /xsrc/external/mit/libXext/dist/src/ |
| XSecurity.c | 117 revent->auth_id = rwire->authId; 311 XSecurityAuthorization auth_id) 319 req->authId = auth_id;
|