Searched refs:h3_stream_hash_free (Results 1 – 4 of 4) sorted by relevance
133 static void h3_stream_hash_free(void *stream);139 Curl_hash_offt_init(&ctx->streams, 63, h3_stream_hash_free); in cf_msh3_ctx_init()191 static void h3_stream_hash_free(void *stream) in h3_stream_hash_free() function
118 static void h3_stream_hash_free(void *stream);131 Curl_hash_offt_init(&ctx->streams, 63, h3_stream_hash_free); in cf_quiche_ctx_init()193 static void h3_stream_hash_free(void *stream) in h3_stream_hash_free() function
150 static void h3_stream_hash_free(void *stream);162 Curl_hash_offt_init(&ctx->streams, 63, h3_stream_hash_free); in cf_ngtcp2_ctx_init()217 static void h3_stream_hash_free(void *stream) in h3_stream_hash_free() function
303 static void h3_stream_hash_free(void *stream);310 Curl_hash_offt_init(&ctx->streams, 63, h3_stream_hash_free); in cf_osslq_ctx_init()603 static void h3_stream_hash_free(void *stream) in h3_stream_hash_free() function
Completed in 24 milliseconds