Lines Matching refs:Option
10 Option<unsafe extern "C" fn(*mut BIO, c_int, *const c_char, c_int, c_long, c_long)>;
20 pub bwrite: Option<unsafe extern "C" fn(*mut BIO, *const c_char, c_int) -> c_int>,
21 pub bread: Option<unsafe extern "C" fn(*mut BIO, *mut c_char, c_int) -> c_int>,
22 pub bputs: Option<unsafe extern "C" fn(*mut BIO, *const c_char) -> c_int>,
23 pub bgets: Option<unsafe extern "C" fn(*mut BIO, *mut c_char, c_int) -> c_int>,
24 pub ctrl: Option<unsafe extern "C" fn(*mut BIO, c_int, c_long, *mut c_void) -> c_long>,
25 pub create: Option<unsafe extern "C" fn(*mut BIO) -> c_int>,
26 pub destroy: Option<unsafe extern "C" fn(*mut BIO) -> c_int>,
27 pub callback_ctrl: Option<unsafe extern "C" fn(*mut BIO, c_int, bio_info_cb) -> c_long>,
76 write: Option<unsafe extern "C" fn(*mut BIO, *const c_char, c_int) -> c_int>,
82 read: Option<unsafe extern "C" fn(*mut BIO, *mut c_char, c_int) -> c_int>,
88 read: Option<unsafe extern "C" fn(*mut BIO, *const c_char) -> c_int>,
94 read: Option<unsafe extern "C" fn(*mut BIO, c_int, c_long, *mut c_void) -> c_long>,
100 create: Option<unsafe extern "C" fn(*mut BIO) -> c_int>,
106 destroy: Option<unsafe extern "C" fn(*mut BIO) -> c_int>,