Home
last modified time | relevance | path

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

/external/chromium_org/net/tools/balsa/
Dbalsa_headers.h779 const size_t firstline_len = whitespace_4_idx_ - non_whitespace_1_idx_; in WriteToBuffer() local
781 buffer->Write(stream_begin + non_whitespace_1_idx_, firstline_len); in WriteToBuffer()