• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/threads/

Lines Matching defs:bio_stdout

128 BIO *bio_stdout = NULL;
197 if (bio_stdout == NULL)
198 bio_stdout = BIO_new_fd(1, BIO_NOCLOSE);
368 BIO_printf(bio_stdout, "started thread %lu\n",
379 BIO_printf(bio_stdout, "error[%d] %lu - %d\n",
384 BIO_printf(bio_stdout, "DONE %lu\n", CRYPTO_THREADID_hash(&thread_id));
469 BIO_printf(bio_stdout, "server waiting in SSL_accept - %s\n",
472 BIO_printf(bio_stdout, "server:SSL_write()\n");
474 BIO_printf(bio_stdout, "server:SSL_read()\n");
479 BIO_printf(bio_stdout, "client waiting in SSL_connect - %s\n",
482 BIO_printf(bio_stdout, "client:SSL_write()\n");
484 BIO_printf(bio_stdout, "client:SSL_read()\n");
488 BIO_printf(bio_stdout, "ERROR IN STARTUP\n");
535 BIO_printf(bio_stdout, "CLIENT:from server:");
536 BIO_write(bio_stdout, cbuf, i);
537 BIO_flush(bio_stdout);
566 BIO_printf(bio_stdout, "SERVER:from client:");
567 BIO_write(bio_stdout, sbuf, i);
568 BIO_flush(bio_stdout);
608 BIO_printf(bio_stdout, "DONE\n");
719 BIO_printf(bio_stdout, "reaping\n");
745 BIO_printf(bio_stdout, "win32 threads done - %.3f seconds\n", ret);
839 BIO_printf(bio_stdout, "reaping\n");
845 BIO_printf(bio_stdout, "solaris threads done (%d,%d)\n",
848 BIO_printf(bio_stdout, "solaris threads done\n");
905 BIO_printf(bio_stdout, "lock %d\n", type);
908 BIO_printf(bio_stdout, "unlock %d\n", type);
927 BIO_printf(bio_stdout, "reaping\n");
933 BIO_printf(bio_stdout, "irix threads done (%d,%d)\n",
936 BIO_printf(bio_stdout, "irix threads done\n");
1021 BIO_printf(bio_stdout, "reaping\n");
1027 BIO_printf(bio_stdout, "pthreads threads done (%d,%d)\n",
1030 BIO_printf(bio_stdout, "pthreads threads done\n");
1066 BIO_printf(bio_stdout, "thread_cleanup\n");
1070 BIO_printf(bio_stdout, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
1077 BIO_printf(bio_stdout, "done cleanup\n");
1102 BIO_printf(bio_stdout, "reaping\n");
1109 BIO_printf(bio_stdout, "netware threads done (%d,%d)\n",
1112 BIO_printf(bio_stdout, "netware threads done\n");
1193 BIO_printf(bio_stdout, "waiting...\n");
1199 BIO_printf(bio_stdout, "beos threads done (%d,%d)\n",