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

  /external/chromium/net/http/
http_request_headers.cc 107 const std::string::size_type key_end_index = header_line.find(":"); local
108 if (key_end_index == std::string::npos) {
113 if (key_end_index == 0) {
118 const base::StringPiece header_key(header_line.data(), key_end_index);
120 const std::string::size_type value_index = key_end_index + 1;
  /external/chromium/net/tools/flip_server/
balsa_headers.h 247 size_t key_end_index,
252 key_end_idx(key_end_index),
    [all...]

Completed in 50 milliseconds