Searched refs:read_buffer_allocated_size (Results 1 – 3 of 3) sorted by relevance
136 size_t read_buffer_allocated_size; member168 tsi_test_frame_protector_config* config, size_t read_buffer_allocated_size,
251 gpr_zalloc(config->read_buffer_allocated_size)); in tsi_test_frame_protector_receive_message_from_peer()258 read_from_peer_size = config->read_buffer_allocated_size; in tsi_test_frame_protector_receive_message_from_peer()516 config->read_buffer_allocated_size = in tsi_test_frame_protector_config_create()563 tsi_test_frame_protector_config* config, size_t read_buffer_allocated_size, in tsi_test_frame_protector_config_set_buffer_size() argument568 config->read_buffer_allocated_size = read_buffer_allocated_size; in tsi_test_frame_protector_config_set_buffer_size()
372 gsize read_buffer_allocated_size; member841 …rker->read_buffer == NULL || worker->read_buffer_bytes_wanted > worker->read_buffer_allocated_size) in _g_dbus_worker_do_read_unlocked()844 worker->read_buffer_allocated_size = MAX (worker->read_buffer_bytes_wanted, 4096); in _g_dbus_worker_do_read_unlocked()845 worker->read_buffer = g_realloc (worker->read_buffer, worker->read_buffer_allocated_size); in _g_dbus_worker_do_read_unlocked()