HomeSort by: relevance | last modified time | path
    Searched defs:c_bio (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 2594 BIO *c_bio = NULL; local
2619 c_bio = BIO_new(BIO_f_ssl());
2621 if ((c_bio == NULL) || (s_bio == NULL)) {
2629 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE);
2672 i = (int)BIO_pending(c_bio);
2696 i = BIO_write(c_bio, cbuf, j);
2700 if (BIO_should_retry(c_bio)) {
2701 if (BIO_should_read(c_bio))
2703 if (BIO_should_write(c_bio))
2725 i = BIO_read(c_bio, cbuf, bufsiz)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 2605 BIO *c_bio = NULL; local
2630 c_bio = BIO_new(BIO_f_ssl());
2632 if ((c_bio == NULL) || (s_bio == NULL)) {
2640 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE);
2683 i = (int)BIO_pending(c_bio);
2707 i = BIO_write(c_bio, cbuf, j);
2711 if (BIO_should_retry(c_bio)) {
2712 if (BIO_should_read(c_bio))
2714 if (BIO_should_write(c_bio))
2736 i = BIO_read(c_bio, cbuf, bufsiz)
    [all...]
  /src/sys/dev/ata/
atavar.h 151 struct ata_bio c_bio; /* ATA transfer */ member in union:ata_xfer::__anon2510
159 #define c_bio u.c_bio macro
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 2580 BIO *c_bio = NULL; local
2605 c_bio = BIO_new(BIO_f_ssl());
2607 if ((c_bio == NULL) || (s_bio == NULL)) {
2615 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE);
2658 i = (int)BIO_pending(c_bio);
2682 i = BIO_write(c_bio, cbuf, j);
2686 if (BIO_should_retry(c_bio)) {
2687 if (BIO_should_read(c_bio))
2689 if (BIO_should_write(c_bio))
2711 i = BIO_read(c_bio, cbuf, bufsiz)
    [all...]

Completed in 29 milliseconds