Searched refs:doc_stream_ (Results 1 – 2 of 2) sorted by relevance
358 ASSERT(NULL != base_->doc_stream_); in Disconnect()360 base_->doc_stream_ = NULL; in Disconnect()376 http_stream_(NULL), doc_stream_(NULL) { in HttpBase()467 if (doc_stream_) { in recv()468 doc_stream_->SignalEvent(doc_stream_, SE_OPEN | SE_READ, 0); in recv()485 if (doc_stream_) in GetDocumentStream()487 doc_stream_ = new DocumentStream(this); in GetDocumentStream()488 return doc_stream_; in GetDocumentStream()752 if ((HM_RECV == mode) && doc_stream_) { in do_complete()754 DocumentStream* ds = doc_stream_; in do_complete()[all …]
189 DocumentStream* doc_stream_; variable