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

  /external/chromium_org/net/tools/balsa/
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
399 line.key_end_idx - line.first_char_idx),
402 DCHECK_GE(line.key_end_idx, line.first_char_idx);
793 line.key_end_idx - line.first_char_idx),
    [all...]
balsa_frame.cc 499 current_header_line->key_end_idx = current - stream_begin;
507 DCHECK_GE(current_header_line->key_end_idx,
510 current_header_line->key_end_idx);
626 current_header_line.key_end_idx = current - stream_begin;
627 current_header_line.value_begin_idx = current_header_line.key_end_idx;
629 ++current_header_line.key_end_idx;
804 const char* key_end = (stream_begin + current_header_line.key_end_idx);
    [all...]
balsa_headers.cc 614 const size_t key_len = line.key_end_idx - line.first_char_idx;
634 const size_t key_len = line.key_end_idx - line.first_char_idx;
657 const size_t key_len = line.key_end_idx - line.first_char_idx;
719 const size_t key_len = line.key_end_idx - line.first_char_idx;
746 write_buf_size += line.key_end_idx - line.first_char_idx + 2;
    [all...]

Completed in 92 milliseconds