Searched refs:tcp_read_error (Results 1 – 2 of 2) sorted by relevance
1150 grpc_error_handle tcp_read_error; in tcp_handle_read() local1153 if (!tcp_do_read(tcp, &tcp_read_error)) { in tcp_handle_read()1162 tcp_trace_read(tcp, tcp_read_error); in tcp_handle_read()1165 tcp_read_error = in tcp_handle_read()1168 tcp_read_error = error; in tcp_handle_read()1183 grpc_core::Closure::Run(DEBUG_LOCATION, cb, tcp_read_error); in tcp_handle_read()
1090 grpc_error_handle tcp_read_error; in tcp_handle_read() local1093 if (!tcp_do_read(tcp, &tcp_read_error)) { in tcp_handle_read()1102 tcp_trace_read(tcp, tcp_read_error); in tcp_handle_read()1104 tcp_read_error = error; in tcp_handle_read()1118 grpc_core::Closure::Run(DEBUG_LOCATION, cb, tcp_read_error); in tcp_handle_read()