Searched refs:read_count (Results 1 – 1 of 1) sorted by relevance
34 auto read_count = fd_->Read(buf.data(), buf.size()); in RecvAny() local35 if (read_count < 0) { in RecvAny()36 read_count = 0; in RecvAny()38 buf.resize(read_count); in RecvAny()