Searched refs:BIO_get_new_index (Results 1 – 7 of 7) sorted by relevance
19 id = BIO_get_new_index(); in test_bio_meth()38 if (!TEST_int_eq(BIO_get_new_index(), i)) in test_bio_meth()41 if (!TEST_int_eq(BIO_get_new_index(), -1)) in test_bio_meth()
5 BIO_get_new_index,19 int BIO_get_new_index(void);92 B<type> can be set to either B<BIO_TYPE_NONE> or via BIO_get_new_index() if95 Note that BIO_get_new_index() can only be used 127 times before it returns an175 BIO_get_new_index() returns the new BIO type value or -1 if an error occurred.
21 int BIO_get_new_index(void) in BIO_get_new_index() function
74 /* Custom type starting index returned by BIO_get_new_index() */76 /* Custom type maximum index that can be returned by BIO_get_new_index() */246 int BIO_get_new_index(void);
259 * The BIO_get_new_index() function can only be called 127 times before it
358 * The BIO_get_new_index() function can only be called 127 times before it362 or BIO_get_new_index() can be used to supply a type to BIO_meth_new().
4056 BIO_get_new_index 4148 3_0_0 EXIST::FUNCTION:
Completed in 107 milliseconds