Searched refs:non_whitespace_1_idx_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium/net/tools/flip_server/ |
D | balsa_headers.cc | 82 non_whitespace_1_idx_ = 0; in Clear() 123 tmp_size_t = non_whitespace_1_idx_; in Swap() 124 non_whitespace_1_idx_ = other->non_whitespace_1_idx_; in Swap() 125 other->non_whitespace_1_idx_ = tmp_size_t; in Swap() 165 non_whitespace_1_idx_ = other.non_whitespace_1_idx_; in CopyFrom() 524 size_t write_buf_size = whitespace_4_idx_ - non_whitespace_1_idx_ + 2; in GetSizeForWriteBuffer() 576 non_whitespace_1_idx_ = whitespace_1_idx_; in SetFirstLine() 674 non_whitespace_1_idx_ = whitespace_1_idx_; in SetFirstlineFromStringPieces() 675 whitespace_2_idx_ = non_whitespace_1_idx_ + firstline_a.size(); in SetFirstlineFromStringPieces() 685 if (method.size() <= (whitespace_2_idx_ - non_whitespace_1_idx_)) { in SetRequestMethod() [all …]
|
D | balsa_headers.h | 710 non_whitespace_1_idx_(0), in BalsaHeaders() 924 const size_t firstline_len = whitespace_4_idx_ - non_whitespace_1_idx_; in WriteToBuffer() 926 buffer->Write(stream_begin + non_whitespace_1_idx_, firstline_len); in WriteToBuffer() 974 DCHECK_GE(whitespace_4_idx_, non_whitespace_1_idx_); in first_line() 975 return base::StringPiece(BeginningOfFirstLine() + non_whitespace_1_idx_, in first_line() 976 whitespace_4_idx_ - non_whitespace_1_idx_); in first_line() 988 DCHECK_GE(whitespace_2_idx_, non_whitespace_1_idx_); in request_method() 989 return base::StringPiece(BeginningOfFirstLine() + non_whitespace_1_idx_, in request_method() 990 whitespace_2_idx_ - non_whitespace_1_idx_); in request_method() 1268 size_t non_whitespace_1_idx_; variable
|
D | balsa_frame.cc | 261 headers->non_whitespace_1_idx_ = current - begin; in ParseHTTPFirstLine() 408 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 409 headers_->whitespace_4_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine() 410 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 411 headers_->whitespace_2_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine() 420 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 421 headers_->whitespace_4_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine() 422 begin + headers_->non_whitespace_1_idx_, in ProcessFirstLine() 423 headers_->whitespace_2_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine()
|