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

  /external/chromium/net/tools/flip_server/
balsa_headers.h 252 key_end_idx(key_end_index),
260 key_end_idx(0),
267 size_t key_end_idx; member in struct:net::BalsaHeaders::HeaderLineDescription
403 line.key_end_idx - line.first_char_idx),
406 DCHECK_GE(line.key_end_idx, line.first_char_idx);
801 line.key_end_idx - line.first_char_idx),
    [all...]
balsa_frame.cc 478 current_header_line->key_end_idx = current - stream_begin;
486 DCHECK_GE(current_header_line->key_end_idx,
489 current_header_line->key_end_idx);
607 current_header_line.key_end_idx = current - stream_begin;
608 current_header_line.value_begin_idx = current_header_line.key_end_idx;
610 ++current_header_line.key_end_idx;
818 const char* key_end = (stream_begin + current_header_line.key_end_idx);
    [all...]
balsa_headers.cc 571 const size_t key_len = line.key_end_idx - line.first_char_idx;
591 const size_t key_len = line.key_end_idx - line.first_char_idx;
614 const size_t key_len = line.key_end_idx - line.first_char_idx;
676 const size_t key_len = line.key_end_idx - line.first_char_idx;
703 write_buf_size += line.key_end_idx - line.first_char_idx + 2;
    [all...]

Completed in 87 milliseconds