Searched refs:num_ents (Results 1 – 4 of 4) sorted by relevance
196 for (i = 0; i < tbl->num_ents; i++) { in grpc_chttp2_hptbl_destroy()210 if (tbl_index < tbl->num_ents) { in grpc_chttp2_hptbl_lookup()212 (tbl->num_ents - 1u - tbl_index + tbl->first_ent) % tbl->cap_entries; in grpc_chttp2_hptbl_lookup()228 tbl->num_ents--; in evict1()237 for (i = 0; i < tbl->num_ents; i++) { in rebuild_ents()322 while (tbl->num_ents) { in grpc_chttp2_hptbl_add()335 tbl->ents[(tbl->first_ent + tbl->num_ents) % tbl->cap_entries] = in grpc_chttp2_hptbl_add()339 tbl->num_ents++; in grpc_chttp2_hptbl_add()359 for (i = 0; i < tbl->num_ents; i++) { in grpc_chttp2_hptbl_find()360 uint32_t idx = static_cast<uint32_t>(tbl->num_ents - i + in grpc_chttp2_hptbl_find()
52 uint32_t num_ents; member
763 GRPC_ERROR_INT_SIZE, static_cast<intptr_t>(p->table.num_ents)); in finish_indexed_field()1512 GRPC_ERROR_INT_SIZE, static_cast<intptr_t>(p->table.num_ents)); in is_binary_indexed_header()
254 for (i = 0; i < tbl.num_ents; i++) { in test_find()