Lines Matching defs:auth_id
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;
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);
681 if (auth_id == (XID) ~0L) {
698 proto_n, auth_proto, auth_id);
703 priv->auth_id = auth_id;
711 XaceHook(XACE_AUTH_AVAIL, client, auth_id);
743 oc->auth_id = None;