Searched refs:doc_stream_ (Results 1 – 2 of 2) sorted by relevance
346 ASSERT(NULL != base_->doc_stream_); in Disconnect()348 base_->doc_stream_ = NULL; in Disconnect()364 http_stream_(NULL), doc_stream_(NULL) { in HttpBase()455 if (doc_stream_) { in recv()456 doc_stream_->SignalEvent(doc_stream_, SE_OPEN | SE_READ, 0); in recv()473 if (doc_stream_) in GetDocumentStream()475 doc_stream_ = new DocumentStream(this); in GetDocumentStream()476 return doc_stream_; in GetDocumentStream()741 if ((HM_RECV == mode) && doc_stream_) { in do_complete()743 DocumentStream* ds = doc_stream_; in do_complete()[all …]
175 DocumentStream* doc_stream_; variable