Searched refs:value_begin_idx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers_token_utils.cc20 const char* value_begin = stream_begin + header_line.value_begin_idx;
H A Dbalsa_headers.cc421 size_t old_value_size = d->last_char_idx - d->value_begin_idx;
426 base::StringPiece old_value(GetPtr(d->buffer_base_idx) + d->value_begin_idx,
541 DCHECK_GE(line.last_char_idx, line.value_begin_idx);
542 return base::StringPiece(GetPtr(line.buffer_base_idx) + line.value_begin_idx,
543 line.last_char_idx - line.value_begin_idx);
621 DCHECK_GE(line.last_char_idx, line.value_begin_idx);
641 DCHECK_GE(line.last_char_idx, line.value_begin_idx);
664 DCHECK_GE(line.last_char_idx, line.value_begin_idx);
748 write_buf_size += line.last_char_idx - line.value_begin_idx + 2;
H A Dbalsa_headers.h253 value_begin_idx(value_begin_index),
261 value_begin_idx(0),
268 size_t value_begin_idx; member in struct:net::BalsaHeaders::HeaderLineDescription
400 base::StringPiece(stream_begin + line.value_begin_idx,
401 line.last_char_idx - line.value_begin_idx));
403 DCHECK_GE(line.last_char_idx, line.value_begin_idx);
794 base::StringPiece(line_ptr + line.value_begin_idx,
795 line.last_char_idx - line.value_begin_idx));
H A Dbalsa_frame.cc505 current_header_line->value_begin_idx = current - stream_begin;
509 DCHECK_GE(current_header_line->value_begin_idx,
512 current_header_line->value_begin_idx);
627 current_header_line.value_begin_idx = current_header_line.key_end_idx;
647 const char* value_begin = (stream_begin + header_line.value_begin_idx);
692 const char* value_begin = stream_begin + header_line.value_begin_idx;

Completed in 8190 milliseconds