Lines Matching refs:a
259 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) argument
260 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) argument
261 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) argument
262 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS) argument
263 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) argument
294 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) argument
295 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) argument
296 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN) argument
660 int BIO_set(BIO *a, BIO_METHOD *type);
661 int BIO_free(BIO *a);
662 void BIO_vfree(BIO *a);
676 void BIO_free_all(BIO *a);