HomeSort by: relevance | last modified time | path
    Searched refs:xcb_poll_for_reply64 (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libxcb/dist/src/
xcbext.h 291 int xcb_poll_for_reply64(xcb_connection_t *c, uint64_t request, void **reply, xcb_generic_error_t **error);
xcb_in.c 676 int xcb_poll_for_reply64(xcb_connection_t *c, uint64_t request, void **reply, xcb_generic_error_t **error) function
  /xsrc/external/mit/libX11/dist/src/
xcb_io.c 346 * xcb_poll_for_reply64() may also pull down events that
349 if(!xcb_poll_for_reply64(dpy->xcb->connection, req->sequence,
351 /* if there is no reply/error, xcb_poll_for_reply64

Completed in 11 milliseconds