Lines Matching refs:reply
46 xcb_glx_query_server_string_reply_t *reply =
53 if (!reply)
58 uint32_t len = xcb_glx_query_server_string_string_length(reply);
60 memcpy(buf, xcb_glx_query_server_string_string(reply), len);
61 free(reply);
73 xcb_glx_get_string_reply_t *reply = xcb_glx_get_string_reply(c,
80 if (!reply)
85 uint32_t len = xcb_glx_get_string_string_length(reply);
87 memcpy(buf, xcb_glx_get_string_string(reply), len);
88 free(reply);