HomeSort by relevance Sort by last modified time
    Searched defs:firstline (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/flip_server/
balsa_headers.cc 713 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.
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.cc 745 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.
    [all...]

Completed in 201 milliseconds