OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_TYPE_SOCKET
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_sock.c
84
BIO_TYPE_SOCKET
,
bio.h
89
#define
BIO_TYPE_SOCKET
(5|0x0400|0x0100)
[
all
...]
/external/openssl/crypto/bio/
bss_sock.c
84
BIO_TYPE_SOCKET
,
bio.h
89
#define
BIO_TYPE_SOCKET
(5|0x0400|0x0100)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
89
#define
BIO_TYPE_SOCKET
(5|0x0400|0x0100)
[
all
...]
/external/openssl/include/openssl/
bio.h
89
#define
BIO_TYPE_SOCKET
(5|0x0400|0x0100)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/ssl/
ssl_lib.c
691
if ((s->rbio == NULL) || (BIO_method_type(s->rbio) !=
BIO_TYPE_SOCKET
)
713
if ((s->wbio == NULL) || (BIO_method_type(s->wbio) !=
BIO_TYPE_SOCKET
)
[
all
...]
/external/openssl/ssl/
ssl_lib.c
704
if ((s->rbio == NULL) || (BIO_method_type(s->rbio) !=
BIO_TYPE_SOCKET
)
726
if ((s->wbio == NULL) || (BIO_method_type(s->wbio) !=
BIO_TYPE_SOCKET
)
[
all
...]
Completed in 573 milliseconds