Lines Matching refs:Xauth
187 Xauth *
190 return Xcalloc(1, sizeof(Xauth));
194 XSecurityFreeXauth(Xauth *auth)
218 Xauth *
221 Xauth *auth_in,
229 Xauth *auth_return;
242 SecurityCheckExtension (dpy, info, (Xauth *)NULL);
275 return (Xauth *)NULL;
280 /* Allocate space for the Xauth struct and the auth name and data all
287 (sizeof(Xauth) + auth_in->name_length + rep.dataLength))))