Searched refs:bio_type (Results 1 – 4 of 4) sorted by relevance
11 BIO *BIO_find_type(BIO *b, int bio_type);
887 enum { BIO_MEM, BIO_PAIR, BIO_IPV4, BIO_IPV6 } bio_type = BIO_MEM; in main() local1067 bio_type = BIO_PAIR; in main()1071 bio_type = BIO_IPV4; in main()1073 bio_type = BIO_IPV6; in main()1305 if (bio_type == BIO_MEM) { in main()1307 bio_type = BIO_PAIR; in main()1805 switch (bio_type) { in main()
656 BIO *BIO_find_type(BIO *b, int bio_type);
633 BIO *BIO_find_type(BIO *b, int bio_type);