Searched refs:BIO_CB_RETURN (Results 1 – 7 of 7) sorted by relevance
293 # define BIO_CB_RETURN 0x80 macro294 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN)295 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))296 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
239 #define BIO_CB_RETURN 0x80 macro
231 #define BIO_CB_RETURN 0x80 macro