Home
last modified time | relevance | path

Searched refs:len_ (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_api.cpp681 if(len<len_) in Alloc()
690 if(len_==len) in Alloc()
695 len_ = BUF_ALIGN_SIZE(len); in Alloc()
696 if(len_==0) in Alloc()
698 len_ = BUF_DEFAULT_SIZE; in Alloc()
700 len_watermark_ = len_-BUF_ALIGNMENT_SIZE; in Alloc()
701 char* tmp = (char*)realloc(buf_, len_); in Alloc()
732 int len_; member in NS_MICRO_THREAD::ScopedBuf
815 if(sbuf.len_ > recv_len) in mt_tcp_check_recv()
820 ret = sbuf.Alloc(sbuf.len_<<1); in mt_tcp_check_recv()
[all …]