Searched refs:stream_begin (Results 1 – 5 of 5) sorted by relevance
437 const char* stream_begin, in CleanUpKeyValueWhitespace() argument454 current_header_line->key_end_idx = current - stream_begin; in CleanUpKeyValueWhitespace()460 current_header_line->value_begin_idx = current - stream_begin; in CleanUpKeyValueWhitespace()472 const char* stream_begin = headers_->OriginalHeaderStreamBegin(); in FindColonsAndParseIntoKeyValue() local480 const char* current = stream_begin + lines_[1].first; in FindColonsAndParseIntoKeyValue()488 const char* line_begin = stream_begin + lines_[i].first; in FindColonsAndParseIntoKeyValue()495 const char c = *(stream_begin + lines_[i].first); in FindColonsAndParseIntoKeyValue()504 const char* line_end = stream_begin + lines_[i - 1].second; in FindColonsAndParseIntoKeyValue()505 DCHECK_LT(line_begin - stream_begin, line_end - stream_begin); in FindColonsAndParseIntoKeyValue()526 HeaderLineDescription(line_begin - stream_begin, in FindColonsAndParseIntoKeyValue()[all …]
17 const char* stream_begin = headers.GetPtr(header_line.buffer_base_idx); in TokenizeHeaderLine() local20 const char* value_begin = stream_begin + header_line.value_begin_idx; in TokenizeHeaderLine()21 const char* line_end = stream_begin + header_line.last_char_idx; in TokenizeHeaderLine()60 const char* stream_begin = headers->GetPtr(header_line->buffer_base_idx); in RemoveLastTokenFromHeaderValue() local62 header_line->last_char_idx = last_char_address - stream_begin + 1; in RemoveLastTokenFromHeaderValue()
687 char* stream_begin = GetPtr(firstline_buffer_base_idx_); in SetRequestMethod() local688 memcpy(stream_begin + non_whitespace_1_idx_, in SetRequestMethod()735 char* stream_begin = GetPtr(firstline_buffer_base_idx_); in SetRequestVersion() local737 *(stream_begin + whitespace_3_idx_) = kSpaceChar; in SetRequestVersion()740 memcpy(stream_begin + non_whitespace_3_idx_, in SetRequestVersion()
524 const char* stream_begin = headers_->GetPtr(line.buffer_base_idx); in Lookup() local526 base::StringPiece(stream_begin + line.first_char_idx, in Lookup()528 base::StringPiece(stream_begin + line.value_begin_idx, in Lookup()925 const char* stream_begin = GetPtr(firstline_buffer_base_idx_); in WriteToBuffer() local926 buffer->Write(stream_begin + non_whitespace_1_idx_, firstline_len); in WriteToBuffer()
172 const char* stream_begin,