HomeSort by relevance Sort by last modified time
    Searched refs:non_whitespace_2_idx_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/tools/flip_server/
balsa_headers.cc 84 non_whitespace_2_idx_ = 0;
131 tmp_size_t = non_whitespace_2_idx_;
132 non_whitespace_2_idx_ = other->non_whitespace_2_idx_;
133 other->non_whitespace_2_idx_ = tmp_size_t;
167 non_whitespace_2_idx_ = other.non_whitespace_2_idx_;
579 non_whitespace_2_idx_ = whitespace_4_idx_;
676 non_whitespace_2_idx_ = whitespace_2_idx_ + 1;
677 whitespace_3_idx_ = non_whitespace_2_idx_ + firstline_b.size()
    [all...]
balsa_frame.cc 210 // nws2 == non_whitespace_2_idx_
270 headers->non_whitespace_2_idx_ = current - begin;
293 // non_whitespace_2_idx_
294 headers->non_whitespace_2_idx_ = current - begin;
336 if ((headers->whitespace_3_idx_ - headers->non_whitespace_2_idx_) >
348 begin + headers->non_whitespace_2_idx_;
412 begin + headers_->non_whitespace_2_idx_,
413 headers_->whitespace_3_idx_ - headers_->non_whitespace_2_idx_,
424 begin + headers_->non_whitespace_2_idx_,
425 headers_->whitespace_3_idx_ - headers_->non_whitespace_2_idx_,
    [all...]
balsa_headers.h 712 non_whitespace_2_idx_(0),
1270 size_t non_whitespace_2_idx_; member in class:net::BalsaHeaders
    [all...]

Completed in 538 milliseconds