Lines Matching refs:eoh
711 int eoh = HttpUtil::LocateEndOfHeaders(
713 if (eoh == -1) {
725 HttpUtil::AssembleRawHeaders(tunnel_response_headers_->headers(), eoh));
734 DCHECK_EQ(eoh, tunnel_response_headers_len_);
742 if ((eoh < tunnel_response_headers_len_) && delegate_)
744 this, tunnel_response_headers_->headers() + eoh,
745 tunnel_response_headers_len_ - eoh);