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.
43 OSSL_trace_set_channel() is used to enable the given trace C<category>
56 I<category> by giving it the tracer callback I<cb> with the associated
70 the given I<category>.
77 the I<category>, a control number I<cmd>, and the I<data> that was
188 associated with the 'ALL' category, which is undesirable if the
189 application intends to include the category name in the trace output.
191 trace category instead.
241 int category, int cmd, void *vdata)
263 label, OSSL_trace_get_category_name(category), tid.ltid);