/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ex_data.c | 124 a->new_func = dummy_new; in ossl_crypto_free_ex_index_ex() 143 CRYPTO_EX_new *new_func, in ossl_crypto_get_ex_new_index_ex() 180 a->new_func = new_func; in ossl_crypto_get_ex_new_index_ex() 199 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() 203 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index() 249 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex() 251 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 455 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern() 458 f->new_func(ob in ossl_crypto_alloc_ex_data_intern() 141 ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func, int priority) ossl_crypto_get_ex_new_index_ex() argument 198 CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) CRYPTO_get_ex_new_index() argument [all...] |
H A D | context.c | 324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
|
/third_party/openssl/crypto/ |
H A D | ex_data.c | 124 a->new_func = dummy_new; in ossl_crypto_free_ex_index_ex() 143 CRYPTO_EX_new *new_func, in ossl_crypto_get_ex_new_index_ex() 178 a->new_func = new_func; in ossl_crypto_get_ex_new_index_ex() 197 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() 201 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index() 247 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex() 249 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 453 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern() 456 f->new_func(ob in ossl_crypto_alloc_ex_data_intern() 141 ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func, int priority) ossl_crypto_get_ex_new_index_ex() argument 196 CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) CRYPTO_get_ex_new_index() argument [all...] |
H A D | context.c | 324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | cryptlib.h | 124 CRYPTO_EX_new *new_func; member 180 void *(*new_func)(OSSL_LIB_CTX *ctx); member 209 CRYPTO_EX_new *new_func,
|
/third_party/openssl/include/internal/ |
H A D | cryptlib.h | 124 CRYPTO_EX_new *new_func; member 180 void *(*new_func)(OSSL_LIB_CTX *ctx); member 209 CRYPTO_EX_new *new_func,
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | common.cc | 237 LogHandler* SetLogHandler(LogHandler* new_func) { in SetLogHandler() argument 242 if (new_func == nullptr) { in SetLogHandler() 245 internal::log_handler_ = new_func; in SetLogHandler()
|
H A D | logging.h | 221 PROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | crypto.rs | 26 new_func: Option<CRYPTO_EX_new>, in CRYPTO_get_ex_new_index()
|
H A D | ssl.rs | 797 new_func: Option<CRYPTO_EX_new>, in SSL_get_ex_new_index() 809 new_func: Option<CRYPTO_EX_new>, in SSL_CTX_get_ex_new_index()
|
/third_party/python/Lib/ |
H A D | functools.py | 397 new_func = get(obj, cls) 398 if new_func is not self.func: 401 result = partial(new_func, *self.args, **self.keywords) 403 result.__self__ = new_func.__self__
|
/third_party/jerryscript/tests/jerry/ |
H A D | function-prototype-bind.js | 30 var new_func = obj.bind(null, 'foo');
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | crypto.h | 173 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vertex_pulling.cc | 898 auto* new_func = ctx.dst->create<ast::Function>( in Process() local 901 ctx.Replace(func, new_func); in Process()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|