HomeSort by: relevance | last modified time | path
    Searched refs:BIO_CB_return (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 229 * BIO_CB_RETURN flag indicates if it is after the call
231 # define BIO_CB_RETURN 0x80
232 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN)
233 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
234 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 303 * BIO_CB_RETURN flag indicates if it is after the call
305 #define BIO_CB_RETURN 0x80
306 #define BIO_CB_return(a) ((a) | BIO_CB_RETURN)
307 #define BIO_cb_pre(a) (!((a) & BIO_CB_RETURN))
308 #define BIO_cb_post(a) ((a) & BIO_CB_RETURN)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 269 * BIO_CB_RETURN flag indicates if it is after the call
271 # define BIO_CB_RETURN 0x80
272 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN)
273 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
274 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)

Completed in 19 milliseconds