HomeSort by relevance Sort by last modified time
    Searched full:index_of_lf (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/http/
http_chunked_decoder.cc 103 size_t index_of_lf = base::StringPiece(buf, buf_len).find('\n'); local
104 if (index_of_lf != base::StringPiece::npos) {
105 buf_len = static_cast<int>(index_of_lf);
108 bytes_consumed = static_cast<int>(index_of_lf) + 1;

Completed in 161 milliseconds