Searched defs:firstline_len (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h787 const size_t firstline_len = whitespace_4_idx_ - non_whitespace_1_idx_; local
789 buffer->Write(stream_begin + non_whitespace_1_idx_, firstline_len);
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h779 const size_t firstline_len = whitespace_4_idx_ - non_whitespace_1_idx_; local
781 buffer->Write(stream_begin + non_whitespace_1_idx_, firstline_len);

Completed in 50 milliseconds