OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIO_CTRL_GET_CLOSE
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bio/
bio.h
119
#define
BIO_CTRL_GET_CLOSE
8 /* man - set the 'close' on free */
506
#define BIO_get_close(b) (int)BIO_ctrl(b,
BIO_CTRL_GET_CLOSE
,0,NULL)
/external/openssl/include/openssl/
bio.h
119
#define
BIO_CTRL_GET_CLOSE
8 /* man - set the 'close' on free */
506
#define BIO_get_close(b) (int)BIO_ctrl(b,
BIO_CTRL_GET_CLOSE
,0,NULL)
Completed in 38 milliseconds