Home
last modified time | relevance | path

Searched refs:QLOG_EVENT_TYPE_NONE (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dquic_qlog_test.c232 if (filters[idx].expect_event_type != QLOG_EVENT_TYPE_NONE) in test_qlog_filter()
/openssl/include/internal/
H A Dqlog.h22 QLOG_EVENT_TYPE_NONE, enumerator
/openssl/ssl/quic/
H A Dqlog.c404 if (!ossl_assert(qlog->event_type == QLOG_EVENT_TYPE_NONE) in ossl_qlog_event_try_begin()
420 if (!ossl_assert(qlog != NULL && qlog->event_type != QLOG_EVENT_TYPE_NONE)) in ossl_qlog_event_end()
424 qlog->event_type = QLOG_EVENT_TYPE_NONE; in ossl_qlog_event_end()

Completed in 55 milliseconds