Searched refs:return_socket (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_out.c | 93 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 D | xcbext.h | 189 * @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 D | xcbint.h | 107 void (*return_socket)(void *closure); member in struct:_xcb_out
|
| H A D | xcb_in.c | 514 if(c->out.return_socket || _xcb_out_flush_to(c, request))
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | xcb_io.c | 53 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