Lines Matching refs:xcb_connection_t
133 int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count);
134 void _xcb_out_send_sync(xcb_connection_t *c);
135 int _xcb_out_flush_to(xcb_connection_t *c, uint64_t request);
171 void _xcb_in_wake_up_next_reader(xcb_connection_t *c);
173 int _xcb_in_expect_reply(xcb_connection_t *c, uint64_t request, enum workarounds workaround, int flags);
174 void _xcb_in_replies_done(xcb_connection_t *c);
176 int _xcb_in_read(xcb_connection_t *c);
177 int _xcb_in_read_block(xcb_connection_t *c, void *buf, int nread);
190 int _xcb_xid_init(xcb_connection_t *c);
191 void _xcb_xid_destroy(xcb_connection_t *c);
202 int _xcb_ext_init(xcb_connection_t *c);
203 void _xcb_ext_destroy(xcb_connection_t *c);
208 struct xcb_connection_t {
226 void _xcb_conn_shutdown(xcb_connection_t *c, int err);
228 xcb_connection_t *_xcb_conn_ret_error(int err);
230 int _xcb_conn_wait(xcb_connection_t *c, pthread_cond_t *cond, struct iovec **vector, int *count);