Searched refs:BIO_CB_GETS (Results 1 – 4 of 4) sorted by relevance
109 case BIO_CB_GETS: in BIO_debug_callback()121 case BIO_CB_RETURN|BIO_CB_GETS: in BIO_debug_callback()
304 ((i=(int)cb(b,BIO_CB_GETS,in,inl,0L,1L)) <= 0)) in BIO_gets()316 i=(int)cb(b,BIO_CB_GETS|BIO_CB_RETURN,in,inl, in BIO_gets()
275 #define BIO_CB_GETS 0x05 macro