Lines Matching refs:enabled
48 /* check whether a trace category is enabled */
59 If the tracing facility is enabled (see L</Configure Tracing> below),
62 The tracing output is divided into types which are enabled
69 Tracing for a specific category is enabled at run-time if a so-called
96 I<category> is enabled, i.e., if the tracing facility has been statically
97 enabled (see L</Configure Tracing> below) and a trace channel has been
103 The pointer returned is NULL if the category is invalid or not enabled.
190 if tracing for the given I<category> is enabled.
198 only if a specific trace category is enabled.
220 executed only if the trace category is enabled.
302 operational and enabled, otherwise 0.
304 OSSL_trace_begin() returns a B<BIO> pointer if the given I<type> is enabled,