Home
last modified time | relevance | path

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

/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() function
189 r = find_simple(&tbl, "abc", "123"); in test_find()
193 r = find_simple(&tbl, "abc", "xyz"); in test_find()
197 r = find_simple(&tbl, "x", "1"); in test_find()
201 r = find_simple(&tbl, "x", "2"); in test_find()
205 r = find_simple(&tbl, "vary", "some-vary-arg"); in test_find()
209 r = find_simple(&tbl, "accept-encoding", "gzip, deflate"); in test_find()
213 r = find_simple(&tbl, "accept-encoding", "gzip"); in test_find()
217 r = find_simple(&tbl, ":method", "GET"); in test_find()
221 r = find_simple(&tbl, ":method", "POST"); in test_find()
[all …]