Searched refs:BIO_CB_GETS (Results 1 – 5 of 5) sorted by relevance
119 case BIO_CB_GETS: in BIO_debug_callback()133 case BIO_CB_RETURN|BIO_CB_GETS: in BIO_debug_callback()
96 bareoper == BIO_CB_GETS) { in bio_call_callback()496 if ((ret = (int)bio_call_callback(b, BIO_CB_GETS, in, inl, 0, 0L, in BIO_gets()510 ret = (int)bio_call_callback(b, BIO_CB_GETS | BIO_CB_RETURN, in, in BIO_gets()
250 #define BIO_CB_GETS 0x05 macro
1341 (oper == (BIO_CB_GETS|BIO_CB_RETURN) && argl == 0)) {