HomeSort by: relevance | last modified time | path
    Searched refs:QLOG_BOOL (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_qlog_test.c 115 QLOG_BOOL("field6", 0);
116 QLOG_BOOL("field7", 1);
  /src/crypto/external/apache2/openssl/dist/include/internal/
qlog.h 124 #define QLOG_BOOL(name, value) ossl_qlog_bool(qlog_instance, (name), (value))
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
qlog_event_helpers.c 314 QLOG_BOOL("explicit_length", f.has_explicit_len);
316 QLOG_BOOL("fin", 1);
quic_channel.c 1820 QLOG_BOOL("disable_active_migration", got_disable_active_migration);
1970 QLOG_BOOL("disable_active_migration", 1);

Completed in 28 milliseconds