Searched refs:non_whitespace_1_idx_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/tools/balsa/ |
D | balsa_headers.cc | 277 non_whitespace_1_idx_(0), in BalsaHeaders() 297 non_whitespace_1_idx_ = 0; in Clear() 338 tmp_size_t = non_whitespace_1_idx_; in Swap() 339 non_whitespace_1_idx_ = other->non_whitespace_1_idx_; in Swap() 340 other->non_whitespace_1_idx_ = tmp_size_t; in Swap() 380 non_whitespace_1_idx_ = other.non_whitespace_1_idx_; in CopyFrom() 739 size_t write_buf_size = whitespace_4_idx_ - non_whitespace_1_idx_ + 2; in GetSizeForWriteBuffer() 792 non_whitespace_1_idx_ = whitespace_1_idx_; in SetFirstLine() 890 non_whitespace_1_idx_ = whitespace_1_idx_; in SetFirstlineFromStringPieces() 891 whitespace_2_idx_ = non_whitespace_1_idx_ + firstline_a.size(); in SetFirstlineFromStringPieces() [all …]
|
D | balsa_headers.h | 779 const size_t firstline_len = whitespace_4_idx_ - non_whitespace_1_idx_; in WriteToBuffer() 781 buffer->Write(stream_begin + non_whitespace_1_idx_, firstline_len); in WriteToBuffer() 829 DCHECK_GE(whitespace_4_idx_, non_whitespace_1_idx_); in first_line() 830 return base::StringPiece(BeginningOfFirstLine() + non_whitespace_1_idx_, in first_line() 831 whitespace_4_idx_ - non_whitespace_1_idx_); in first_line() 843 DCHECK_GE(whitespace_2_idx_, non_whitespace_1_idx_); in request_method() 844 return base::StringPiece(BeginningOfFirstLine() + non_whitespace_1_idx_, in request_method() 845 whitespace_2_idx_ - non_whitespace_1_idx_); in request_method() 1123 size_t non_whitespace_1_idx_; variable
|
D | balsa_frame.cc | 291 headers->non_whitespace_1_idx_ = current - begin; in ParseHTTPFirstLine() 438 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 439 headers_->whitespace_4_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine() 440 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 441 headers_->whitespace_2_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine() 450 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 451 headers_->whitespace_4_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine() 452 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 453 headers_->whitespace_2_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine()
|