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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcbext.h57 XCB_REQUEST_DISCARD_REPLY = 1 << 2, enumerator in enum:xcb_send_request_flags_t
H A Dxcb_in.c301 if(pend && (pend->flags & XCB_REQUEST_DISCARD_REPLY))
589 pend->flags = XCB_REQUEST_DISCARD_REPLY;
620 (*prev_pend)->flags |= XCB_REQUEST_DISCARD_REPLY;
H A Dxcb_out.c88 send_request(c, 0, WORKAROUND_NONE, XCB_REQUEST_DISCARD_REPLY, vector + 1, 1);

Completed in 9 milliseconds