Lines Matching refs:category
15 int category, int cmd, void *data);
17 void OSSL_trace_set_channel(int category, BIO *bio);
18 void OSSL_trace_set_prefix(int category, const char *prefix);
19 void OSSL_trace_set_suffix(int category, const char *suffix);
20 void OSSL_trace_set_callback(int category, OSSL_trace_cb cb, void *data);
30 Every category can be enabled individually by attaching a so-called
32 to which the application can write the tracing output for this category.
42 enabled for the given category.
48 OSSL_trace_set_channel() is used to enable the given trace C<category>
63 I<category> by giving it the tracer callback I<cb> with the associated
77 the given I<category>.
84 the I<category>, a control number I<cmd>, and the I<data> that was
219 associated with the 'ALL' category, which is undesirable if the
220 application intends to include the category name in the trace output.
222 trace category instead.
272 int category, int cmd, void *vdata)
294 label, OSSL_trace_get_category_name(category), tid.ltid);