Searched defs:BIO_ctrl (Results 1 – 4 of 4) sorted by relevance
49 pub fn BIO_ctrl(b: *mut BIO, cmd: c_int, larg: c_long, parg: *mut c_void) -> c_long; in BIO_ctrl() function
200 #define BIO_ctrl BIO_CTRL macro
563 long BIO_ctrl(BIO *b, int cmd, long larg, void *parg) in BIO_ctrl() function