Lines Matching defs:authptr
189 static int compute_auth(xcb_auth_info_t *info, Xauth *authptr, struct sockaddr *sockname)
191 if (authname_match(AUTH_MC1, authptr->name, authptr->name_length)) {
192 info->datalen = memdup(&info->data, authptr->data, authptr->data_length);
199 if (authname_match(AUTH_XA1, authptr->name, authptr->name_length)) {
207 info->data[j] = authptr->data[j];
258 XdmcpWrap ((unsigned char *) info->data, (unsigned char *) authptr->data + 8, (unsigned char *) info->data, info->datalen);
327 Xauth *authptr = 0;
346 authptr = get_authptr(sockname, display);
347 if (authptr == 0)
353 info->namelen = memdup(&info->name, authptr->name, authptr->name_length);
368 ret = compute_auth(info, authptr, sockname);
378 XauDisposeAuth(authptr);
386 XauDisposeAuth(authptr);