Searched refs:outsize_ (Results 1 – 2 of 2) sorted by relevance
57 outsize_(max_packet_size), in AsyncTCPSocketBase()60 outbuf_ = new char[outsize_]; in AsyncTCPSocketBase()140 if (outpos_ + cb > outsize_) { in SendRaw()169 ASSERT(outpos_ + cb < outsize_); in AppendToOutBuffer()
75 size_t insize_, inpos_, outsize_, outpos_; variable