OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIO_CTRL_SET_CLOSE
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bio/
bio.h
120
#define
BIO_CTRL_SET_CLOSE
9 /* man - set the 'close' on free */
505
#define BIO_set_close(b,c) (int)BIO_ctrl(b,
BIO_CTRL_SET_CLOSE
,(c),NULL)
/external/openssl/include/openssl/
bio.h
120
#define
BIO_CTRL_SET_CLOSE
9 /* man - set the 'close' on free */
505
#define BIO_set_close(b,c) (int)BIO_ctrl(b,
BIO_CTRL_SET_CLOSE
,(c),NULL)
Completed in 124 milliseconds