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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcbext.h199 * xcb_writev. xcb_take_socket provides the sequence number of the last
205 * comment for xcb_writev which explains some sequence number wrap issues.
225 * xcb_writev. Also, the iovec must have at least 1 byte of data in it.
234 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests);
H A Dxcb_out.c409 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests) function in typeref:typename:int
/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c587 if(xcb_writev(c, vec, 3, requests) < 0) {

Completed in 4 milliseconds