Searched refs:bio_type (Results 1 – 3 of 3) sorted by relevance
11 BIO *BIO_find_type(BIO *b, int bio_type);
900 enum { BIO_MEM, BIO_PAIR, BIO_IPV4, BIO_IPV6 } bio_type = BIO_MEM; in main() local1081 bio_type = BIO_PAIR; in main()1085 bio_type = BIO_IPV4; in main()1087 bio_type = BIO_IPV6; in main()1319 if (bio_type == BIO_MEM) { in main()1321 bio_type = BIO_PAIR; in main()1817 switch (bio_type) { in main()
736 BIO *BIO_find_type(BIO *b, int bio_type);
Completed in 16 milliseconds