Lines Matching refs:output
8 OSSL_trace_set_callback, OSSL_trace_cb - Enabling trace output
25 internal trace output.
26 This output comes in form of free text for humans to read.
28 The trace output is divided into categories which can be
32 to which the application can write the tracing output for this category.
44 can be used for producing free-text trace output.
54 an extra line for each channel, to be output before and after group of
55 tracing output.
56 What constitutes an output group is decided by the code that produces
57 the output.
67 This should be used when it's desirable to do form the trace output to
82 error and otherwise return the number of bytes that were output.
94 callback the possibility to output a dynamic starting line, or set a
95 prefix that should be output at the beginning of each line, or
101 regular BIO output routine.
109 the possibility to output a dynamic ending line, or reset the line
124 More precisely, this will generate trace output any time a new
132 exit from C<main()>, and any tracing output done during this cleanup
164 monitored with a line of trace output generated for each change.
216 and can be used to get I<all> trace output.
218 Note, however, that in this case all trace output will effectively be
220 application intends to include the category name in the trace output.
259 When the trace producing code above is performed, this will be output
307 The output is almost the same as for the simple example above.