OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_C_GET_CONNECT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio.h
426
#define
BIO_C_GET_CONNECT
123
470
#define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,0)
471
#define BIO_get_conn_port(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,1)
472
#define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,2)
473
#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,
BIO_C_GET_CONNECT
,3,0)
[
all
...]
bss_conn.c
477
case
BIO_C_GET_CONNECT
:
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
426
#define
BIO_C_GET_CONNECT
123
470
#define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,0)
471
#define BIO_get_conn_port(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,1)
472
#define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,2)
473
#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,
BIO_C_GET_CONNECT
,3,0)
[
all
...]
/external/openssl/crypto/bio/
bio.h
423
#define
BIO_C_GET_CONNECT
123
467
#define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,0)
468
#define BIO_get_conn_port(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,1)
469
#define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,2)
470
#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,
BIO_C_GET_CONNECT
,3,0)
[
all
...]
bss_conn.c
477
case
BIO_C_GET_CONNECT
:
/external/openssl/include/openssl/
bio.h
423
#define
BIO_C_GET_CONNECT
123
467
#define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,0)
468
#define BIO_get_conn_port(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,1)
469
#define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,2)
470
#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,
BIO_C_GET_CONNECT
,3,0)
[
all
...]
Completed in 33 milliseconds