Searched defs:BIO_C_SET_CONNECT (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h729 #define BIO_C_SET_CONNECT 100 macro
/external/openssl/crypto/bio/
H A Dbio.h403 #define BIO_C_SET_CONNECT 100 macro
466 #define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name)
467 #define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port)
468 #define BIO_set_conn_ip(b,ip) BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip)
469 #define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port)
/external/openssl/include/openssl/
H A Dbio.h403 #define BIO_C_SET_CONNECT 100 macro
466 #define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name)
467 #define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port)
468 #define BIO_set_conn_ip(b,ip) BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip)
469 #define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port)

Completed in 240 milliseconds