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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_vlint.h 39 static ossl_unused ossl_inline size_t ossl_quic_vlint_encode_len(uint64_t v) function
61 * calling ossl_quic_vlint_encode_len(v) before calling this function.
86 * (ossl_quic_vlint_encode_len(v) <= n) (unchecked)
quic_vlint.h 39 static ossl_unused ossl_inline size_t ossl_quic_vlint_encode_len(uint64_t v) function
61 * calling ossl_quic_vlint_encode_len(v) before calling this function.
86 * (ossl_quic_vlint_encode_len(v) <= n) (unchecked)
quic_vlint.h 39 static ossl_unused ossl_inline size_t ossl_quic_vlint_encode_len(uint64_t v) function
61 * calling ossl_quic_vlint_encode_len(v) before calling this function.
86 * (ossl_quic_vlint_encode_len(v) <= n) (unchecked)

Completed in 76 milliseconds