Searched refs:_rsp_buff (Results 1 – 2 of 2) sorted by relevance
184 if (_rsp_buff != NULL) { in Reset()208 _rsp_buff = NULL; in CNetHandler()392 if ((_rsp_buff != NULL) && (_rsp_buff->data_len > 0)) in WaitRecv()757 if (_rsp_buff != NULL) in Reset()760 _rsp_buff = NULL; in Reset()780 _rsp_buff = NULL; in CSockLink()1131 if (NULL == _rsp_buff) in ExtendRecvRsp()1141 _rsp_buff->data_len += read_cache_begin(&_recv_cache, _rsp_buff->data_len, in ExtendRecvRsp()1142 _rsp_buff->data + _rsp_buff->data_len , _rsp_buff->size - _rsp_buff->data_len); in ExtendRecvRsp()1217 if ((need_len == 0) && (_rsp_buff->data_len == _rsp_buff->size)) in DispathTcp()[all …]
138 if (_rsp_buff != NULL) { in GetRspBuff()139 return _rsp_buff->data; in GetRspBuff()146 if (_rsp_buff != NULL) { in GetRspLen()147 return _rsp_buff->data_len; in GetRspLen()154 if (_rsp_buff != NULL) { in SetRespBuff()155 delete_sk_buffer(_rsp_buff); in SetRespBuff()156 _rsp_buff = NULL; in SetRespBuff()159 _rsp_buff = buff; in SetRespBuff()256 TSkBuffer* _rsp_buff; variable360 TSkBuffer* _rsp_buff; variable