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

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_lcidm.c 90 static int lcid_comp(const QUIC_LCID *a, const QUIC_LCID *b) function
120 if ((lcidm->lcids = lh_QUIC_LCID_new(lcid_hash, lcid_comp)) == NULL)
211 if ((conn->lcids = lh_QUIC_LCID_new(lcid_hash, lcid_comp)) == NULL)

Completed in 42 milliseconds