Searched refs:bflags (Results 1 – 1 of 1) sorted by relevance
3119 int textmode, bflags; in bio_open_owner() local3165 bflags = BIO_CLOSE; in bio_open_owner()3167 bflags |= BIO_FP_TEXT; in bio_open_owner()3168 b = BIO_new_fp(fp, bflags); in bio_open_owner()
Completed in 13 milliseconds