HomeSort by: relevance | last modified time | path
    Searched refs:tap_out (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/testutil/
basic_output.c 22 static BIO *tap_out = NULL; variable
28 tap_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
31 tap_out = BIO_push(BIO_new(BIO_f_linebuffer()), tap_out);
34 tap_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out);
37 bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out);
48 BIO_set_indent(tap_out, level);
61 BIO_free_all(tap_out);
87 return BIO_vprintf(tap_out, fmt, ap)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/testutil/
basic_output.c 22 static BIO *tap_out = NULL; variable
137 tap_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
140 tap_out = BIO_push(BIO_new(BIO_f_linebuffer()), tap_out);
143 tap_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out);
146 bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out);
165 BIO_set_indent(tap_out, level);
178 BIO_free_all(tap_out);
251 r = BIO_vprintf(tap_out, fmt, ap)
    [all...]

Completed in 31 milliseconds