Home
last modified time | relevance | path

Searched refs:xcb_list_properties_reply_t (Results 1 – 2 of 2) sorted by relevance

/minix3/external/mit/xorg/lib/libxcb/files/
H A Dxproto.h1951 typedef struct xcb_list_properties_reply_t { struct
1958 } xcb_list_properties_reply_t; argument
6571 xcb_list_properties_atoms (const xcb_list_properties_reply_t *R /**< */);
6574 xcb_list_properties_atoms_length (const xcb_list_properties_reply_t *R /**< */);
6577 xcb_list_properties_atoms_end (const xcb_list_properties_reply_t *R /**< */);
6593 xcb_list_properties_reply_t *
H A Dxproto.c2573 const xcb_list_properties_reply_t *_aux = (xcb_list_properties_reply_t *)_buffer; in xcb_list_properties_sizeof()
2580 xcb_block_len += sizeof(xcb_list_properties_reply_t); in xcb_list_properties_sizeof()
2655 xcb_list_properties_atoms (const xcb_list_properties_reply_t *R /**< */) in xcb_list_properties_atoms()
2661 xcb_list_properties_atoms_length (const xcb_list_properties_reply_t *R /**< */) in xcb_list_properties_atoms_length()
2667 xcb_list_properties_atoms_end (const xcb_list_properties_reply_t *R /**< */) in xcb_list_properties_atoms_end()
2676 xcb_list_properties_reply_t *
2681 return (xcb_list_properties_reply_t *) xcb_wait_for_reply(c, cookie.sequence, e); in xcb_list_properties_reply()