Home
last modified time | relevance | path

Searched refs:whitespace_4_idx_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/tools/flip_server/
Dbalsa_headers.cc87 whitespace_4_idx_ = 0; in Clear()
143 tmp_size_t = whitespace_4_idx_; in Swap()
144 whitespace_4_idx_ = other->whitespace_4_idx_; in Swap()
145 other->whitespace_4_idx_ = tmp_size_t; in Swap()
170 whitespace_4_idx_ = other.whitespace_4_idx_; in CopyFrom()
524 size_t write_buf_size = whitespace_4_idx_ - non_whitespace_1_idx_ + 2; in GetSizeForWriteBuffer()
577 whitespace_4_idx_ = whitespace_1_idx_ + line.size(); in SetFirstLine()
578 whitespace_2_idx_ = whitespace_4_idx_; in SetFirstLine()
579 non_whitespace_2_idx_ = whitespace_4_idx_; in SetFirstLine()
580 whitespace_3_idx_ = whitespace_4_idx_; in SetFirstLine()
[all …]
Dbalsa_headers.h715 whitespace_4_idx_(0), in BalsaHeaders()
924 const size_t firstline_len = whitespace_4_idx_ - non_whitespace_1_idx_; in WriteToBuffer()
974 DCHECK_GE(whitespace_4_idx_, non_whitespace_1_idx_); in first_line()
976 whitespace_4_idx_ - non_whitespace_1_idx_); in first_line()
1015 DCHECK_GE(whitespace_4_idx_, non_whitespace_3_idx_); in request_version()
1017 whitespace_4_idx_ - non_whitespace_3_idx_); in request_version()
1273 size_t whitespace_4_idx_; variable
Dbalsa_frame.cc273 headers->whitespace_4_idx_ = current - begin; in ParseHTTPFirstLine()
300 headers->whitespace_4_idx_ = current - begin; in ParseHTTPFirstLine()
319 headers->whitespace_4_idx_ = end - begin; in ParseHTTPFirstLine()
406 headers_->whitespace_4_idx_ - headers_->non_whitespace_3_idx_; in ProcessFirstLine()
409 headers_->whitespace_4_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine()
421 headers_->whitespace_4_idx_ - headers_->non_whitespace_1_idx_, in ProcessFirstLine()
427 headers_->whitespace_4_idx_ - headers_->non_whitespace_3_idx_); in ProcessFirstLine()