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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_util.c530 xcb_auth_info_t ourauth; local in function:xcb_connect_to_display_with_auth_info
561 else if(_xcb_get_auth_info(fd, &ourauth, display))
563 c = xcb_connect_to_fd(fd, &ourauth);
564 free(ourauth.name);
565 free(ourauth.data);

Completed in 2 milliseconds