Searched refs:http_stream_ (Results 1 – 2 of 2) sorted by relevance
337 if (HM_RECV == base->mode_ && base->http_stream_) { in Close()340 base->http_stream_->PostEvent(SE_READ, 0); in Close()376 http_stream_(NULL), doc_stream_(NULL) { in HttpBase()385 return (http_stream_ != NULL) && (http_stream_->GetState() == SS_OPEN); in isConnected()390 if ((mode_ != HM_NONE) || (http_stream_ != NULL) || (stream == NULL)) { in attach()394 http_stream_ = stream; in attach()395 http_stream_->SignalEvent.connect(this, &HttpBase::OnHttpStreamEvent); in attach()396 mode_ = (http_stream_->GetState() == SS_OPENING) ? HM_CONNECT : HM_NONE; in attach()406 StreamInterface* stream = http_stream_; in detach()407 http_stream_ = NULL; in detach()[all …]
121 StreamInterface* stream() { return http_stream_; } in stream()188 StreamInterface* http_stream_; variable