Lines Matching refs:qt_reply
271 xcb_query_tree_reply_t **qt_reply;
303 qt_reply = malloc(sizeof(*qt_reply) * cs->list_length);
304 if (!qt_reply)
308 qt_reply[num_rep] = xcb_query_tree_reply(c, cs->tree_cookie[i], NULL);
309 if (qt_reply[num_rep])
315 child_count += qt_reply[i]->children_len;
338 xcb_window_t *child = xcb_query_tree_children(qt_reply[i]);
339 for (j = 0; j < qt_reply[i]->children_len; j++) {
353 free(qt_reply[i]);
354 free(qt_reply);