Lines Matching refs:buf_
676 :buf_keeper_(buf_keeper),buf_(0),len_(0),len_watermark_(0),keep_(keep) in ScopedBuf()
701 char* tmp = (char*)realloc(buf_, len_); in Alloc()
707 buf_ = tmp; in Alloc()
715 buf_keeper_ = (void*)buf_; in reset()
716 buf_ = NULL; in reset()
722 if(buf_!=NULL) in ~ScopedBuf()
724 free(buf_); in ~ScopedBuf()
725 buf_ = NULL; in ~ScopedBuf()
731 char* buf_; member in NS_MICRO_THREAD::ScopedBuf
768 …rc = MtFrame::recv(sock, (sbuf.buf_ + recv_len), (sbuf.len_ - recv_len), 0, (timeout - (int)cost_t… in mt_tcp_check_recv()
783 rc = check_func(sbuf.buf_, recv_len, true, msg_ctx, msg_len_detected); in mt_tcp_check_recv()
797 rc = check_func(sbuf.buf_, recv_len, false, msg_ctx,msg_len_detected); in mt_tcp_check_recv()