Home | History | Annotate | Download | only in bio

Lines Matching refs:idx

613 /* void BIO_set_ex_free_func(BIO *bio,int idx,void (*cb)()); */
614 int BIO_set_ex_data(BIO *bio,int idx,void *data);
615 void *BIO_get_ex_data(BIO *bio,int idx);