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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_out.c72 _xcb_out_send(c, vector, count);
416 ret = _xcb_out_send(c, vector, count);
466 int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count) function in typeref:typename:int
495 return _xcb_out_send(c, &vec, 1);
H A Dxcbint.h133 int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count);
H A Dxcb_conn.c166 ret = _xcb_out_send(c, parts, count);

Completed in 4 milliseconds