Searched refs:BIO_get_flags (Results 1 – 2 of 2) sorted by relevance
218 if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)) in b64_read()296 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) in b64_read()404 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) in b64_write()510 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) in b64_ctrl()
200 #define BIO_get_flags(b) ((b)->flags) macro