Searched refs:num_ents (Results 1 – 4 of 4) sorted by relevance
41 for (i = 0; i < tbl->num_ents; i++) { in grpc_chttp2_hptbl_destroy()53 if (tbl_index < tbl->num_ents) { in lookup_dynamic_index()55 (tbl->num_ents - 1u - tbl_index + tbl->first_ent) % tbl->cap_entries; in lookup_dynamic_index()85 tbl->num_ents--; in evict1()94 for (i = 0; i < tbl->num_ents; i++) { in rebuild_ents()174 while (tbl->num_ents) { in grpc_chttp2_hptbl_add()187 tbl->ents[(tbl->first_ent + tbl->num_ents) % tbl->cap_entries] = in grpc_chttp2_hptbl_add()191 tbl->num_ents++; in grpc_chttp2_hptbl_add()211 for (i = 0; i < tbl->num_ents; i++) { in grpc_chttp2_hptbl_find()212 uint32_t idx = static_cast<uint32_t>(tbl->num_ents - i + in grpc_chttp2_hptbl_find()
70 uint32_t num_ents = 0; member
771 GRPC_ERROR_INT_SIZE, static_cast<intptr_t>(p->table.num_ents)); in on_invalid_hpack_idx()
250 for (i = 0; i < tbl.num_ents; i++) { in test_find()