Home
last modified time | relevance | path

Searched refs:tcp_length (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_process.c418 server->tcp_length = server->tcp_lenbuf[0] << 8 in read_tcp_data()
420 server->tcp_buffer = ares_malloc(server->tcp_length); in read_tcp_data()
434 server->tcp_length - server->tcp_buffer_pos); in read_tcp_data()
443 if (server->tcp_buffer_pos == server->tcp_length) in read_tcp_data()
448 process_answer(channel, server->tcp_buffer, server->tcp_length, in read_tcp_data()
Dares_private.h164 int tcp_length; member
Dares_init.c2608 server->tcp_length = 0; in ares__init_servers_state()
/external/cronet/net/dns/
Ddns_transaction_unittest.cc152 uint16_t tcp_length) { in AddResponseWithLength() argument
156 *length = base::HostToNet16(tcp_length); in AddResponseWithLength()
168 uint16_t tcp_length = response->io_buffer_size(); in AddResponse() local
169 AddResponseWithLength(std::move(response), mode, tcp_length); in AddResponse()