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 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio.h
131
#define
BIO_CTRL_SET_CLOSE
9 /* man - set the 'close' on free */
572
#define BIO_set_close(b,c) (int)BIO_ctrl(b,
BIO_CTRL_SET_CLOSE
,(c),NULL)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
131
#define
BIO_CTRL_SET_CLOSE
9 /* man - set the 'close' on free */
572
#define BIO_set_close(b,c) (int)BIO_ctrl(b,
BIO_CTRL_SET_CLOSE
,(c),NULL)
[
all
...]
/external/openssl/crypto/bio/
bio.h
131
#define
BIO_CTRL_SET_CLOSE
9 /* man - set the 'close' on free */
569
#define BIO_set_close(b,c) (int)BIO_ctrl(b,
BIO_CTRL_SET_CLOSE
,(c),NULL)
[
all
...]
/external/openssl/include/openssl/
bio.h
131
#define
BIO_CTRL_SET_CLOSE
9 /* man - set the 'close' on free */
569
#define BIO_set_close(b,c) (int)BIO_ctrl(b,
BIO_CTRL_SET_CLOSE
,(c),NULL)
[
all
...]
Completed in 28 milliseconds