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

/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.cc713 const base::StringPiece firstline = first_line(); local
717 if (firstline.empty() && buffer_length == 0) {
735 static_cast<int>(firstline.size()),
736 firstline.data());
857 // This is the first of the three parts of the firstline.
866 // one, so we have to reformat the firstline.
901 // This is the last of the three parts of the firstline.
907 // can update the firstline in-place.
918 // one, so we have to reformat the firstline.
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc745 const base::StringPiece firstline = first_line(); local
749 if (firstline.empty() && buffer_length == 0) {
767 static_cast<int>(firstline.size()),
768 firstline.data());
889 // This is the first of the three parts of the firstline.
898 // one, so we have to reformat the firstline.
933 // This is the last of the three parts of the firstline.
939 // can update the firstline in-place.
950 // one, so we have to reformat the firstline.

Completed in 247 milliseconds