OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_CB_return
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio.h
282
* The
BIO_CB_RETURN
flag indicates if it is after the call */
283
#define
BIO_CB_RETURN
0x80
284
#define
BIO_CB_return
(a) ((a)|
BIO_CB_RETURN
))
285
#define BIO_cb_pre(a) (!((a)&
BIO_CB_RETURN
))
286
#define BIO_cb_post(a) ((a)&
BIO_CB_RETURN
)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
282
* The
BIO_CB_RETURN
flag indicates if it is after the call */
283
#define
BIO_CB_RETURN
0x80
284
#define
BIO_CB_return
(a) ((a)|
BIO_CB_RETURN
))
285
#define BIO_cb_pre(a) (!((a)&
BIO_CB_RETURN
))
286
#define BIO_cb_post(a) ((a)&
BIO_CB_RETURN
)
[
all
...]
/external/openssl/crypto/bio/
bio.h
279
* The
BIO_CB_RETURN
flag indicates if it is after the call */
280
#define
BIO_CB_RETURN
0x80
281
#define
BIO_CB_return
(a) ((a)|
BIO_CB_RETURN
))
282
#define BIO_cb_pre(a) (!((a)&
BIO_CB_RETURN
))
283
#define BIO_cb_post(a) ((a)&
BIO_CB_RETURN
)
[
all
...]
/external/openssl/include/openssl/
bio.h
279
* The
BIO_CB_RETURN
flag indicates if it is after the call */
280
#define
BIO_CB_RETURN
0x80
281
#define
BIO_CB_return
(a) ((a)|
BIO_CB_RETURN
))
282
#define BIO_cb_pre(a) (!((a)&
BIO_CB_RETURN
))
283
#define BIO_cb_post(a) ((a)&
BIO_CB_RETURN
)
[
all
...]
Completed in 27 milliseconds