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()139 if (outpos_ + cb > outsize_) { in SendRaw()168 ASSERT(outpos_ + cb < outsize_); in AppendToOutBuffer()
73 size_t insize_, inpos_, outsize_, outpos_; variable