Lines Matching refs:reply
90 xcb_dri3_open_reply_t *reply;
97 reply = xcb_dri3_open_reply(conn, cookie, NULL);
98 if (!reply)
102 if (reply->nfd != 1) {
103 free(reply);
107 fd = xcb_dri3_open_reply_fds(conn, reply)[0];
108 free(reply);
660 * wait to read the reply until after we have a visual.
1919 xcb_intern_atom_reply_t* reply;
1923 reply = xcb_intern_atom_reply(conn, cookie, NULL);
1924 if (reply == NULL)
1929 drawable, reply->atom,
1932 check = xcb_delete_property_checked(conn, drawable, reply->atom);
1935 free(reply);