Lines Matching refs:num_specs
625 xcb_block_len += _aux->num_specs * sizeof(xcb_res_client_id_spec_t); in xcb_res_query_client_ids_sizeof()
642 uint32_t num_specs, in xcb_res_query_client_ids() argument
656 xcb_out.num_specs = num_specs; in xcb_res_query_client_ids()
664 xcb_parts[4].iov_len = num_specs * sizeof(xcb_res_client_id_spec_t); in xcb_res_query_client_ids()
674 uint32_t num_specs, in xcb_res_query_client_ids_unchecked() argument
688 xcb_out.num_specs = num_specs; in xcb_res_query_client_ids_unchecked()
696 xcb_parts[4].iov_len = num_specs * sizeof(xcb_res_client_id_spec_t); in xcb_res_query_client_ids_unchecked()
744 xcb_block_len += _aux->num_specs * sizeof(xcb_res_resource_id_spec_t); in xcb_res_query_resource_bytes_sizeof()
762 uint32_t num_specs, in xcb_res_query_resource_bytes() argument
777 xcb_out.num_specs = num_specs; in xcb_res_query_resource_bytes()
785 xcb_parts[4].iov_len = num_specs * sizeof(xcb_res_resource_id_spec_t); in xcb_res_query_resource_bytes()
796 uint32_t num_specs, in xcb_res_query_resource_bytes_unchecked() argument
811 xcb_out.num_specs = num_specs; in xcb_res_query_resource_bytes_unchecked()
819 xcb_parts[4].iov_len = num_specs * sizeof(xcb_res_resource_id_spec_t); in xcb_res_query_resource_bytes_unchecked()