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

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dthread.c156 const xcb_query_extension_reply_t *xfixes_query; local in function:winClipboardProc
157 xfixes_query = xcb_get_extension_data(conn, &xcb_xfixes_id);
158 if (!xfixes_query->present)
160 xfixes_event_base = xfixes_query->first_event;
161 xfixes_error_base = xfixes_query->first_error;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c537 xcb_xfixes_query_version_reply_t *xfixes_query; local in function:dri3_x11_connect
597 xfixes_query =
600 if (xfixes_query == NULL || error != NULL ||
601 xfixes_query->major_version < 2) {
604 free(xfixes_query);
607 free(xfixes_query);
H A Dplatform_x11.c634 xcb_xfixes_query_version_reply_t *xfixes_query; local in function:dri2_x11_connect
666 xfixes_query =
669 if (xfixes_query == NULL ||
670 error != NULL || xfixes_query->major_version < 2) {
673 free(xfixes_query);
676 free(xfixes_query);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c639 xcb_xfixes_query_version_reply_t *xfixes_query; local in function:dri2_x11_connect
671 xfixes_query =
674 if (xfixes_query == NULL ||
675 error != NULL || xfixes_query->major_version < 2) {
678 free(xfixes_query);
681 free(xfixes_query);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.7.rst81 - egl/x11: don't leak xfixes_query in the error path

Completed in 69 milliseconds