/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_null.c | 63 case BIO_CTRL_GET_CLOSE: in null_ctrl()
|
H A D | bss_sock.c | 174 case BIO_CTRL_GET_CLOSE: in sock_ctrl()
|
H A D | bss_fd.c | 175 case BIO_CTRL_GET_CLOSE: in fd_ctrl()
|
H A D | bss_file.c | 316 case BIO_CTRL_GET_CLOSE: in file_ctrl()
|
H A D | bss_mem.c | 316 case BIO_CTRL_GET_CLOSE: in mem_ctrl()
|
H A D | bss_conn.c | 512 case BIO_CTRL_GET_CLOSE: in conn_ctrl()
|
H A D | bss_acpt.c | 520 case BIO_CTRL_GET_CLOSE: in acpt_ctrl()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_null.c | 63 case BIO_CTRL_GET_CLOSE: in null_ctrl()
|
H A D | bss_sock.c | 174 case BIO_CTRL_GET_CLOSE: in sock_ctrl()
|
H A D | bss_fd.c | 175 case BIO_CTRL_GET_CLOSE: in fd_ctrl()
|
H A D | bss_file.c | 316 case BIO_CTRL_GET_CLOSE: in file_ctrl()
|
H A D | bss_mem.c | 316 case BIO_CTRL_GET_CLOSE: in mem_ctrl()
|
H A D | bss_conn.c | 512 case BIO_CTRL_GET_CLOSE: in conn_ctrl()
|
H A D | bss_acpt.c | 520 case BIO_CTRL_GET_CLOSE: in acpt_ctrl()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 78 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 483 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|
/third_party/node/src/crypto/ |
H A D | crypto_bio.cc | 196 case BIO_CTRL_GET_CLOSE: in Ctrl()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | bio_ssl.c | 307 case BIO_CTRL_GET_CLOSE: in ssl_ctrl()
|
/third_party/openssl/ssl/ |
H A D | bio_ssl.c | 307 case BIO_CTRL_GET_CLOSE: in ssl_ctrl()
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 90 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 90 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | bio.h | 90 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | bio.h | 90 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | bio.h | 90 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | bio.h | 90 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | bio.h | 90 # define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ macro 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
|