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

/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Drecord.h147 * @brief xcb_record_client_info_t
149 typedef struct xcb_record_client_info_t { struct
152 } xcb_record_client_info_t; typedef in typeref:struct:xcb_record_client_info_t
158 xcb_record_client_info_t *data; /**< */
660 ** @param const xcb_record_client_info_t *R
666 xcb_record_client_info_ranges (const xcb_record_client_info_t *R /**< */);
673 ** @param const xcb_record_client_info_t *R
679 xcb_record_client_info_ranges_length (const xcb_record_client_info_t *R /**< */);
686 ** @param const xcb_record_client_info_t *R
692 xcb_record_client_info_ranges_iterator (const xcb_record_client_info_t *
[all...]
H A Drecord.c284 ** @param const xcb_record_client_info_t *R
290 xcb_record_client_info_ranges (const xcb_record_client_info_t *R /**< */)
300 ** @param const xcb_record_client_info_t *R
306 xcb_record_client_info_ranges_length (const xcb_record_client_info_t *R /**< */)
316 ** @param const xcb_record_client_info_t *R
322 xcb_record_client_info_ranges_iterator (const xcb_record_client_info_t *R /**< */)
344 xcb_record_client_info_t *R = i->data;
347 i->data = (xcb_record_client_info_t *) child.data;
895 i.data = (xcb_record_client_info_t *) (R + 1);

Completed in 50 milliseconds