Searched refs:OSSL_trace_enabled (Results 1 – 13 of 13) sorted by relevance
135 int OSSL_trace_enabled(int category);244 OSSL_trace_enabled(OSSL_TRACE_CATEGORY_##category)
5 OSSL_trace_enabled, OSSL_trace_begin, OSSL_trace_end,20 int OSSL_trace_enabled(int category);95 OSSL_trace_enabled() can be used to check if tracing for the given209 if (OSSL_trace_enabled(OSSL_TRACE_CATEGORY_TLS) {265 all functions are still present, but OSSL_trace_enabled() will always301 OSSL_trace_enabled() returns 1 if tracing for the given I<type> is
244 See also L<OSSL_trace_enabled(3)> and L<openssl-env(7)>.282 L<OSSL_trace_enabled(3)>, and L<openssl-env(7)>.
265 See also L<OSSL_trace_enabled(3)> and L<openssl-env(7)>.289 L<OSSL_trace_enabled(3)>, and L<openssl-env(7)>.
81 if (category >= 0 && OSSL_trace_enabled(category)) { in trace_log_message()
76 if (OSSL_trace_enabled(category)) in setup_trace_category()
462 int OSSL_trace_enabled(int category) in OSSL_trace_enabled() function480 if (category < 0 || !OSSL_trace_enabled(category)) in OSSL_trace_begin()
140 if (!TEST_true(OSSL_trace_enabled(OSSL_TRACE_CATEGORY_HTTP))) in test_trace_channel()
173 if (OSSL_trace_enabled(category)) in setup_trace_category()
1838 DEPEND[html/man3/OSSL_trace_enabled.html]=man3/OSSL_trace_enabled.pod1839 GENERATE[html/man3/OSSL_trace_enabled.html]=man3/OSSL_trace_enabled.pod1840 DEPEND[man/man3/OSSL_trace_enabled.3]=man3/OSSL_trace_enabled.pod1841 GENERATE[man/man3/OSSL_trace_enabled.3]=man3/OSSL_trace_enabled.pod3469 html/man3/OSSL_trace_enabled.html \4133 man/man3/OSSL_trace_enabled.3 \
361 categories. See L<OSSL_trace_enabled(3)>.
1079 See manual pages OSSL_trace_set_channel(3) and OSSL_trace_enabled(3) for details.
4452 OSSL_trace_enabled 4580 3_0_0 EXIST::FUNCTION:
Completed in 87 milliseconds