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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_out.c93 while(c->out.return_socket && c->out.socket_moving)
95 if(!c->out.return_socket)
100 c->out.return_socket(c->out.socket_closure);
105 c->out.return_socket = 0;
376 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent)
392 c->out.return_socket = return_socket;
438 out->return_socket = 0;
H A Dxcbext.h189 * @param return_socket Callback function that will be called when xcb wants
213 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent);
224 * xcb_take_socket, and haven't returned from return_socket yet) to call
H A Dxcbint.h107 void (*return_socket)(void *closure); member in struct:_xcb_out
H A Dxcb_in.c514 if(c->out.return_socket || _xcb_out_flush_to(c, request))
/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c53 static void return_socket(void *closure) function in typeref:typename:void
72 if(!xcb_take_socket(dpy->xcb->connection, return_socket, dpy,

Completed in 9 milliseconds