HomeSort by: relevance | last modified time | path
    Searched refs:xcb_connection_has_error (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
thread.c 131 if (xcb_connection_has_error(conn)) {
347 if (!xcb_connection_has_error(conn) && iWindow) {
367 if (!xcb_connection_has_error(conn)) {
xevents.c 819 int e = xcb_connection_has_error(conn);
  /xsrc/external/mit/libX11/dist/src/
xcb_disp.c 92 return !xcb_connection_has_error(c);
xcb_io.c 443 if(xcb_connection_has_error(dpy->xcb->connection)) {
529 if(xcb_connection_has_error(dpy->xcb->connection))
  /xsrc/external/mit/libxcb/dist/src/
xcb_conn.c 348 int xcb_connection_has_error(xcb_connection_t *c) function
567 if (xcb_connection_has_error(c))
580 if (xcb_connection_has_error(c))
xcb.h 502 int xcb_connection_has_error(xcb_connection_t *c);
517 * Callers need to use xcb_connection_has_error() to check for failure.
567 * Callers need to use xcb_connection_has_error() to check for failure.
586 * Callers need to use xcb_connection_has_error() to check for failure.
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwm.c 988 int e = xcb_connection_has_error(pWMInfo->conn);
1091 if (xcb_connection_has_error(pProcArg->conn)) {
1101 while (xcb_connection_has_error(pProcArg->conn) && iRetries < WIN_CONNECT_RETRIES);
1104 if (xcb_connection_has_error(pProcArg->conn)) {
1209 int e = xcb_connection_has_error(pProcArg->conn);
1509 if (xcb_connection_has_error(pWMInfo->conn)) {
1519 while (xcb_connection_has_error(pWMInfo->conn) && iRetries < WIN_CONNECT_RETRIES);
1522 if (xcb_connection_has_error(pWMInfo->conn)) {
  /xsrc/external/mit/xlsatoms/dist/
xlsatoms.c 138 if (!c || xcb_connection_has_error(c)) {
  /xsrc/external/mit/xwininfo/dist/
dsimple.c 121 if ((err = xcb_connection_has_error (*dpy)) != 0) {
  /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
platform_x11_dri3.c 611 int conn_error = xcb_connection_has_error(dri2_dpy->conn);
platform_x11.c 323 conn_error = xcb_connection_has_error(dri2_dpy->conn);
1249 if (!dri2_dpy->conn || xcb_connection_has_error(dri2_dpy->conn)) {
  /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
platform_x11_dri3.c 584 int conn_error = xcb_connection_has_error(dri2_dpy->conn);
platform_x11.c 325 conn_error = xcb_connection_has_error(dri2_dpy->conn);
1331 if (!dri2_dpy->conn || xcb_connection_has_error(dri2_dpy->conn)) {
  /xsrc/external/mit/xlsclients/dist/
xlsclients.c 212 if (xcb_connection_has_error(dpy)) {
  /xsrc/external/mit/MesaLib/dist/src/glx/
dri3_glx.c 852 int conn_error = xcb_connection_has_error(c);
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
dri3_glx.c 854 int conn_error = xcb_connection_has_error(c);
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr.c 1126 if (xcb_connection_has_error(conn)) {
hostx.c 550 if (!HostX.conn || xcb_connection_has_error(HostX.conn)) {
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_device.c 344 if (xcb_connection_has_error(conn))

Completed in 22 milliseconds