Home
last modified time | relevance | path

Searched refs:ERR_TXT_MALLOCED (Results 1 - 25 of 68) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_local.h22 if (es->err_data_flags[i] & ERR_TXT_MALLOCED) { in err_clear_data()
30 es->err_data_flags[i] = ERR_TXT_MALLOCED; in err_clear_data()
72 if ((es->err_data_flags[i] & ERR_TXT_MALLOCED) != 0) in err_set_data()
H A Derr_blocks.c110 flags = ERR_TXT_MALLOCED | ERR_TXT_STRING; in ERR_vset_error()
/third_party/openssl/crypto/err/
H A Derr_local.h22 if (es->err_data_flags[i] & ERR_TXT_MALLOCED) { in err_clear_data()
30 es->err_data_flags[i] = ERR_TXT_MALLOCED; in err_clear_data()
72 if ((es->err_data_flags[i] & ERR_TXT_MALLOCED) != 0) in err_set_data()
H A Derr_blocks.c110 flags = ERR_TXT_MALLOCED | ERR_TXT_STRING; in ERR_vset_error()
/third_party/openssl/test/
H A Derrtest.c300 || !TEST_int_eq(flags, ERR_TXT_STRING | ERR_TXT_MALLOCED)) in test_clear_error()
308 || !TEST_int_eq(flags, ERR_TXT_MALLOCED)) in test_clear_error()
316 || !TEST_int_eq(flags, ERR_TXT_STRING | ERR_TXT_MALLOCED)) in test_clear_error()
327 || !TEST_int_eq(flags, ERR_TXT_MALLOCED)) in test_clear_error()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs131 let data = if flags & ffi::ERR_TXT_MALLOCED != 0 { in get()
181 Some((ptr, ffi::ERR_TXT_MALLOCED)) in put()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Derr.rs3 pub const ERR_TXT_MALLOCED: c_int = 0x01; consts
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h36 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs186 Some((ptr, openssl_sys::ERR_TXT_MALLOCED)) in put_error_inner()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Derr.h48 # define ERR_TXT_MALLOCED 0x01 macro

Completed in 24 milliseconds

123