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

/xsrc/external/mit/libX11/dist/src/
H A Dxcb_disp.c76 c = xcb_connect_to_display_with_auth_info(display, &xauth, NULL);
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb.h590 xcb_connection_t *xcb_connect_to_display_with_auth_info(const char *display, xcb_auth_info_t *auth, int *screen);
H A Dxcb_util.c522 return xcb_connect_to_display_with_auth_info(displayname, NULL, screenp);
525 xcb_connection_t *xcb_connect_to_display_with_auth_info(const char *displayname, xcb_auth_info_t *auth, int *screenp) function in typeref:typename:xcb_connection_t *
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dthread.c130 conn = xcb_connect_to_display_with_auth_info(szDisplay, auth_info, &screen);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwm.c1089 pProcArg->conn = xcb_connect_to_display_with_auth_info(pszDisplay,
1507 pWMInfo->conn = xcb_connect_to_display_with_auth_info(pszDisplay,

Completed in 9 milliseconds