Home
last modified time | relevance | path

Searched refs:grpc_chttp2_hptbl_find_result (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h100 } grpc_chttp2_hptbl_find_result; typedef
101 grpc_chttp2_hptbl_find_result grpc_chttp2_hptbl_find(
Dhpack_table.cc344 grpc_chttp2_hptbl_find_result grpc_chttp2_hptbl_find( in grpc_chttp2_hptbl_find()
346 grpc_chttp2_hptbl_find_result r = {0, 0}; in grpc_chttp2_hptbl_find()
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_table_test.cc153 static grpc_chttp2_hptbl_find_result find_simple(grpc_chttp2_hptbl* tbl, in find_simple()
159 grpc_chttp2_hptbl_find_result r = grpc_chttp2_hptbl_find(tbl, md); in find_simple()
171 grpc_chttp2_hptbl_find_result r; in test_find()