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

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
qlog.c 19 static ossl_unused ossl_inline int bit_get(const size_t *p, uint32_t bit_no) function
260 return bit_get(qlog->enabled, event_type) != 0;

Completed in 23 milliseconds