Home
last modified time | relevance | path

Searched refs:nghttp2_map_find (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_map_test.c57 CU_ASSERT(strcmp("foo", ((strentry *)nghttp2_map_find(&map, 1))->str) == 0); in test_nghttp2_map()
64 CU_ASSERT(strcmp("foo", ((strentry *)nghttp2_map_find(&map, 1))->str) == 0); in test_nghttp2_map()
75 CU_ASSERT(strcmp("baz", ((strentry *)nghttp2_map_find(&map, 3))->str) == 0); in test_nghttp2_map()
79 CU_ASSERT(NULL == nghttp2_map_find(&map, 3)); in test_nghttp2_map()
83 CU_ASSERT(NULL == nghttp2_map_find(&map, 1)); in test_nghttp2_map()
88 CU_ASSERT(NULL == nghttp2_map_find(&map, 1)); in test_nghttp2_map()
90 CU_ASSERT(strcmp("bar", ((strentry *)nghttp2_map_find(&map, 2))->str) == 0); in test_nghttp2_map()
91 CU_ASSERT(strcmp("shrubbery", ((strentry *)nghttp2_map_find(&map, 4))->str) == in test_nghttp2_map()
142 CU_ASSERT(NULL != nghttp2_map_find(&map, (nghttp2_map_key_type)order[i])); in test_nghttp2_map_functional()
/third_party/nghttp2/lib/
H A Dnghttp2_map.h93 void *nghttp2_map_find(nghttp2_map *map, nghttp2_map_key_type key);
H A Dnghttp2_map.c248 void *nghttp2_map_find(nghttp2_map *map, nghttp2_map_key_type key) { in nghttp2_map_find() function
H A Dnghttp2_session.c290 stream = (nghttp2_stream *)nghttp2_map_find(&session->streams, stream_id); in nghttp2_session_get_stream()
302 return (nghttp2_stream *)nghttp2_map_find(&session->streams, stream_id); in nghttp2_session_get_stream_raw()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.h93 void *nghttp2_map_find(nghttp2_map *map, nghttp2_map_key_type key);
H A Dnghttp2_map.c246 void *nghttp2_map_find(nghttp2_map *map, nghttp2_map_key_type key) { in nghttp2_map_find() function
H A Dnghttp2_session.c290 stream = (nghttp2_stream *)nghttp2_map_find(&session->streams, stream_id); in nghttp2_session_get_stream()
302 return (nghttp2_stream *)nghttp2_map_find(&session->streams, stream_id); in nghttp2_session_get_stream_raw()

Completed in 20 milliseconds