Searched refs:xcb_res_query_clients_reply_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dres.h206 * @brief xcb_res_query_clients_reply_t
208 typedef struct xcb_res_query_clients_reply_t { struct
215 } xcb_res_query_clients_reply_t; typedef in typeref:struct:xcb_res_query_clients_reply_t
608 xcb_res_query_clients_clients (const xcb_res_query_clients_reply_t *R);
611 xcb_res_query_clients_clients_length (const xcb_res_query_clients_reply_t *R);
614 xcb_res_query_clients_clients_iterator (const xcb_res_query_clients_reply_t *R);
630 xcb_res_query_clients_reply_t *
H A Dres.c331 const xcb_res_query_clients_reply_t *_aux = (xcb_res_query_clients_reply_t *)_buffer;
338 xcb_block_len += sizeof(xcb_res_query_clients_reply_t);
407 xcb_res_query_clients_clients (const xcb_res_query_clients_reply_t *R)
413 xcb_res_query_clients_clients_length (const xcb_res_query_clients_reply_t *R)
419 xcb_res_query_clients_clients_iterator (const xcb_res_query_clients_reply_t *R)
428 xcb_res_query_clients_reply_t *
433 return (xcb_res_query_clients_reply_t *) xcb_wait_for_reply(c, cookie.sequence, e);

Completed in 177 milliseconds