OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIO_CTRL_PENDING
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio.h
132
#define
BIO_CTRL_PENDING
10 /* opt - is their more data buffered */
574
#define BIO_pending(b) (int)BIO_ctrl(b,
BIO_CTRL_PENDING
,0,NULL)
577
size_t
BIO_ctrl_pending
(BIO *b);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
132
#define
BIO_CTRL_PENDING
10 /* opt - is their more data buffered */
574
#define BIO_pending(b) (int)BIO_ctrl(b,
BIO_CTRL_PENDING
,0,NULL)
577
size_t
BIO_ctrl_pending
(BIO *b);
[
all
...]
/external/openssl/crypto/bio/
bio.h
132
#define
BIO_CTRL_PENDING
10 /* opt - is their more data buffered */
571
#define BIO_pending(b) (int)BIO_ctrl(b,
BIO_CTRL_PENDING
,0,NULL)
574
size_t
BIO_ctrl_pending
(BIO *b);
[
all
...]
/external/openssl/include/openssl/
bio.h
132
#define
BIO_CTRL_PENDING
10 /* opt - is their more data buffered */
571
#define BIO_pending(b) (int)BIO_ctrl(b,
BIO_CTRL_PENDING
,0,NULL)
574
size_t
BIO_ctrl_pending
(BIO *b);
[
all
...]
Completed in 29 milliseconds