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

/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dres.h101 * @brief xcb_res_resource_id_spec_t
103 typedef struct xcb_res_resource_id_spec_t { struct
106 } xcb_res_resource_id_spec_t; typedef in typeref:struct:xcb_res_resource_id_spec_t
112 xcb_res_resource_id_spec_t *data;
121 xcb_res_resource_id_spec_t spec;
456 * element. The member index is increased by sizeof(xcb_res_resource_id_spec_t)
811 const xcb_res_resource_id_spec_t *specs);
828 const xcb_res_resource_id_spec_t *specs);
H A Dres.c156 i->index += sizeof(xcb_res_resource_id_spec_t);
744 xcb_block_len += _aux->num_specs * sizeof(xcb_res_resource_id_spec_t);
746 xcb_align_to = ALIGNOF(xcb_res_resource_id_spec_t);
763 const xcb_res_resource_id_spec_t *specs)
783 /* xcb_res_resource_id_spec_t specs */
785 xcb_parts[4].iov_len = num_specs * sizeof(xcb_res_resource_id_spec_t);
797 const xcb_res_resource_id_spec_t *specs)
817 /* xcb_res_resource_id_spec_t specs */
819 xcb_parts[4].iov_len = num_specs * sizeof(xcb_res_resource_id_spec_t);

Completed in 208 milliseconds