Searched refs:BIO_C_GET_BIND_MODE (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bss_acpt.c | 435 case BIO_C_GET_BIND_MODE: in acpt_ctrl()
|
D | bio.h | 435 #define BIO_C_GET_BIND_MODE 132 macro 489 #define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
|
/external/openssl/crypto/bio/ |
D | bss_acpt.c | 435 case BIO_C_GET_BIND_MODE: in acpt_ctrl()
|
D | bio.h | 432 #define BIO_C_GET_BIND_MODE 132 macro 486 #define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 435 #define BIO_C_GET_BIND_MODE 132 macro 489 #define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
|
/external/openssl/include/openssl/ |
D | bio.h | 432 #define BIO_C_GET_BIND_MODE 132 macro 486 #define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
|