Home
last modified time | relevance | path

Searched refs:read_buffer_allocated_size (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/core/tsi/
Dtransport_security_test_lib.h136 size_t read_buffer_allocated_size; member
168 tsi_test_frame_protector_config* config, size_t read_buffer_allocated_size,
Dtransport_security_test_lib.cc251 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() argument
568 config->read_buffer_allocated_size = read_buffer_allocated_size; in tsi_test_frame_protector_config_set_buffer_size()
/third_party/glib/gio/
Dgdbusprivate.c372 gsize read_buffer_allocated_size; member
841 …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()