Searched refs:http_stream_ (Results 1 – 2 of 2) sorted by relevance
325 if (HM_RECV == base->mode_ && base->http_stream_) { in Close()328 base->http_stream_->PostEvent(SE_READ, 0); in Close()364 http_stream_(NULL), doc_stream_(NULL) { in HttpBase()373 return (http_stream_ != NULL) && (http_stream_->GetState() == SS_OPEN); in isConnected()378 if ((mode_ != HM_NONE) || (http_stream_ != NULL) || (stream == NULL)) { in attach()382 http_stream_ = stream; in attach()383 http_stream_->SignalEvent.connect(this, &HttpBase::OnHttpStreamEvent); in attach()384 mode_ = (http_stream_->GetState() == SS_OPENING) ? HM_CONNECT : HM_NONE; in attach()394 StreamInterface* stream = http_stream_; in detach()395 http_stream_ = NULL; in detach()[all …]
101 StreamInterface* stream() { return http_stream_; } in stream()174 StreamInterface* http_stream_; variable