Searched refs:nghttp3_map_each_free (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_map.h | 74 void nghttp3_map_each_free(nghttp3_map *map, int (*func)(void *data, void *ptr),
|
D | nghttp3_map.c | 53 void nghttp3_map_each_free(nghttp3_map *map, int (*func)(void *data, void *ptr), in nghttp3_map_each_free() function
|
D | nghttp3_qpack.c | 945 nghttp3_map_each_free(&encoder->streams, map_stream_free, in nghttp3_qpack_encoder_free() 2336 nghttp3_map_each_free(&encoder->streams, map_stream_free, in nghttp3_qpack_encoder_ack_everything()
|
D | nghttp3_conn.c | 353 nghttp3_map_each_free(&conn->streams, free_stream, NULL); in nghttp3_conn_del()
|