Searched refs:BIO_CB_RETURN (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dssl.c342 if (oper == (BIO_CB_READ | BIO_CB_RETURN) ||
343 oper == (BIO_CB_WRITE | BIO_CB_RETURN))
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbio.h204 * The BIO_CB_RETURN flag indicates if it is after the call */
205 #define BIO_CB_RETURN 0x80 macro
206 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
207 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
208 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbio.h243 * The BIO_CB_RETURN flag indicates if it is after the call */
244 #define BIO_CB_RETURN 0x80 macro
245 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
246 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
247 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)

Completed in 97 milliseconds