Searched refs:_recv_cache (Results 1 – 2 of 2) sorted by relevance
756 rw_cache_destroy(&_recv_cache); in Reset()779 rw_cache_init(&_recv_cache, NULL); in CSockLink()1195 while (_recv_cache.len > 0) in DispathTcp()1237 if (_rsp_buff->data_len >= _recv_cache.len) in DispathTcp()1246 if (ret > (int32_t)_recv_cache.len) in DispathTcp()1256 cache_skip_data(&_recv_cache, ret); in DispathTcp()1263 cache_skip_data(&_recv_cache, ret); in DispathTcp()1302 cache_skip_data(&_recv_cache, block->data_len); in DispathUdp()1326 cache_skip_first_buffer(&_recv_cache); in DispathUdp()1360 ret = cache_udp_recv(&_recv_cache, _fd, NULL); in InputNotify()[all …]
359 TRWCache _recv_cache; variable