HomeSort by relevance Sort by last modified time
    Searched full:other_bio (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_bio.c 548 BIO *other_bio = ptr; local
550 if (bio_make_pair(bio, other_bio))
657 BIO *other_bio = ptr; local
660 assert(other_bio != NULL);
661 other_b = other_bio->ptr;
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
678 BIO *other_bio = ptr; local
680 if (other_bio)
682 struct bio_bio_st *other_b = other_bio->ptr;
  /external/openssl/crypto/bio/
bss_bio.c 548 BIO *other_bio = ptr; local
550 if (bio_make_pair(bio, other_bio))
657 BIO *other_bio = ptr; local
660 assert(other_bio != NULL);
661 other_b = other_bio->ptr;
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
678 BIO *other_bio = ptr; local
680 if (other_bio)
682 struct bio_bio_st *other_b = other_bio->ptr;

Completed in 1815 milliseconds