Searched refs:static_ents (Results 1 – 2 of 2) sorted by relevance
184 tbl->static_ents[i - 1] = grpc_mdelem_from_slices( in grpc_chttp2_hptbl_init()194 GRPC_MDELEM_UNREF(tbl->static_ents[i]); in grpc_chttp2_hptbl_destroy()206 return tbl->static_ents[tbl_index - 1]; in grpc_chttp2_hptbl_lookup()351 grpc_mdelem ent = tbl->static_ents[i]; in grpc_chttp2_hptbl_find()
69 grpc_mdelem static_ents[GRPC_CHTTP2_LAST_STATIC_ENTRY]; member