Home
last modified time | relevance | path

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

/netbsd/src/external/mit/xorg/lib/libxcb/files/
Dxproto.h4652 typedef struct xcb_list_hosts_reply_t { struct
4659 } xcb_list_hosts_reply_t; argument
12259 xcb_list_hosts_hosts_length (const xcb_list_hosts_reply_t *R);
12262 xcb_list_hosts_hosts_iterator (const xcb_list_hosts_reply_t *R);
12278 xcb_list_hosts_reply_t *
Dxproto.c13627 const xcb_list_hosts_reply_t *_aux = (xcb_list_hosts_reply_t *)_buffer; in xcb_list_hosts_sizeof()
13636 xcb_block_len += sizeof(xcb_list_hosts_reply_t); in xcb_list_hosts_sizeof()
13710 xcb_list_hosts_hosts_length (const xcb_list_hosts_reply_t *R) in xcb_list_hosts_hosts_length()
13716 xcb_list_hosts_hosts_iterator (const xcb_list_hosts_reply_t *R) in xcb_list_hosts_hosts_iterator()
13725 xcb_list_hosts_reply_t *
13730 return (xcb_list_hosts_reply_t *) xcb_wait_for_reply(c, cookie.sequence, e); in xcb_list_hosts_reply()