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

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_bio.c 448 BIO *other_bio = ptr; local
450 if (bio_make_pair(bio, other_bio))
559 BIO *other_bio = ptr; local
562 assert(other_bio != NULL);
563 other_b = other_bio->ptr;
566 assert(other_b->buf == NULL); /* other_bio is always fresh */
bss_bio.c 448 BIO *other_bio = ptr; local
450 if (bio_make_pair(bio, other_bio))
559 BIO *other_bio = ptr; local
562 assert(other_bio != NULL);
563 other_b = other_bio->ptr;
566 assert(other_b->buf == NULL); /* other_bio is always fresh */
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_bio.c 451 BIO *other_bio = ptr; local
453 if (bio_make_pair(bio, other_bio))
563 BIO *other_bio = ptr; local
566 assert(other_bio != NULL);
567 other_b = other_bio->ptr;
570 assert(other_b->buf == NULL); /* other_bio is always fresh */
bss_bio.c 451 BIO *other_bio = ptr; local
453 if (bio_make_pair(bio, other_bio))
563 BIO *other_bio = ptr; local
566 assert(other_bio != NULL);
567 other_b = other_bio->ptr;
570 assert(other_b->buf == NULL); /* other_bio is always fresh */
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_bio.c 453 BIO *other_bio = ptr; local
455 if (bio_make_pair(bio, other_bio))
565 BIO *other_bio = ptr; local
568 assert(other_bio != NULL);
569 other_b = other_bio->ptr;
572 assert(other_b->buf == NULL); /* other_bio is always fresh */
bss_bio.c 453 BIO *other_bio = ptr; local
455 if (bio_make_pair(bio, other_bio))
565 BIO *other_bio = ptr; local
568 assert(other_bio != NULL);
569 other_b = other_bio->ptr;
572 assert(other_b->buf == NULL); /* other_bio is always fresh */

Completed in 83 milliseconds