HomeSort by: relevance | last modified time | path
    Searched defs:h3_stream_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3.c 45 static unsigned long h3_stream_hash(const OSSL_DEMO_H3_STREAM *s) function
266 if ((conn->streams = lh_OSSL_DEMO_H3_STREAM_new(h3_stream_hash, h3_stream_eq)) == NULL)
ossl-nghttp3.c 45 static unsigned long h3_stream_hash(const OSSL_DEMO_H3_STREAM *s) function
266 if ((conn->streams = lh_OSSL_DEMO_H3_STREAM_new(h3_stream_hash, h3_stream_eq)) == NULL)

Completed in 34 milliseconds