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

/xsrc/external/mit/xcb-util/dist/reply/
H A Dxcb_reply.h48 typedef void (*xcb_generic_reply_handler_t)(void *data, xcb_connection_t *c, xcb_generic_reply_t *reply, xcb_generic_error_t *error);
H A Dtest_reply.c42 void fontinfo_handler(void *data, xcb_connection_t *c, xcb_generic_reply_t *rg, xcb_generic_error_t *eg)
/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c250 static xcb_generic_reply_t *poll_for_event(Display *dpy, Bool queued_only)
285 return (xcb_generic_reply_t *) event;
291 static xcb_generic_reply_t *poll_for_response(Display *dpy)
294 xcb_generic_reply_t *event;
330 if (((xcb_generic_reply_t*)dpy->xcb->next_response)->response_type == X_Error)
383 return (xcb_generic_reply_t *) error;
388 static void handle_response(Display *dpy, xcb_generic_reply_t *response, Bool in_XReply)
425 xcb_generic_reply_t *response;
456 xcb_generic_reply_t *response;
692 xcb_generic_reply_t *respons
[all...]
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb.h134 } xcb_generic_reply_t; typedef in typeref:struct:__anon9b8475e60208
H A Dxcb_in.c172 xcb_generic_reply_t genrep;
453 if(((xcb_generic_reply_t *) head->reply)->response_type == XCB_ERROR)

Completed in 6 milliseconds