/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_meth.c | 211 return biom->callback_ctrl; in BIO_meth_get_callback_ctrl() 215 long (*callback_ctrl) (BIO *, int, in BIO_meth_set_callback_ctrl() 218 biom->callback_ctrl = callback_ctrl; in BIO_meth_set_callback_ctrl()
|
H A D | bio_lib.c | 595 if (b->method == NULL || b->method->callback_ctrl == NULL in BIO_callback_ctrl() 608 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_meth.c | 211 return biom->callback_ctrl; in BIO_meth_get_callback_ctrl() 215 long (*callback_ctrl) (BIO *, int, in BIO_meth_set_callback_ctrl() 218 biom->callback_ctrl = callback_ctrl; in BIO_meth_set_callback_ctrl()
|
H A D | bio_lib.c | 595 if (b->method == NULL || b->method->callback_ctrl == NULL in BIO_callback_ctrl() 608 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | bio.h | 24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | bio.h | 29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
|
/third_party/openssl/include/internal/ |
H A D | bio.h | 29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bio.rs | 27 pub callback_ctrl: Option<unsafe extern "C" fn(*mut BIO, c_int, bio_info_cb) -> c_long>,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 795 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | bio.h | 881 long (*callback_ctrl) (BIO *, int,
|