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

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
hpack_encoder.h 68 uint32_t indices_keys[GRPC_CHTTP2_HPACKC_NUM_VALUES]; member in struct:__anon23021
hpack_encoder.cc 232 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index;
235 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index;
240 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index;
245 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index;
246 } else if (c->indices_keys[HASH_FRAGMENT_2(key_hash)] <
247 c->indices_keys[HASH_FRAGMENT_3(key_hash)]) {
251 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index;
256 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index;
540 indices_key = c->indices_keys[HASH_FRAGMENT_2(key_hash)];
550 indices_key = c->indices_keys[HASH_FRAGMENT_3(key_hash)]
    [all...]

Completed in 526 milliseconds