Searched refs:authptr (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_auth.c189 static int compute_auth(xcb_auth_info_t *info, Xauth *authptr, struct sockaddr *sockname) argument
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 local in function:_xcb_get_auth_info
[all...]

Completed in 2 milliseconds