Home
last modified time | relevance | path

Searched refs:BIO_C_SET_BIND_MODE (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/include/openssl/
Dbio.h325 # define BIO_C_SET_BIND_MODE 131 macro
401 # define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL)
/third_party/openssl/crypto/bio/
Dbss_acpt.c525 case BIO_C_SET_BIND_MODE: in acpt_ctrl()