/third_party/openssl/crypto/ |
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() argument 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() argument 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(obj, NULL, ad, idx, f->argl, f->argp); in ossl_crypto_alloc_ex_data_intern()
|
D | context.c | 324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
|
/third_party/node/deps/openssl/openssl/crypto/ |
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() argument 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() argument 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(obj, NULL, ad, idx, f->argl, f->argp); in ossl_crypto_alloc_ex_data_intern()
|
D | context.c | 324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
|
/third_party/openssl/doc/man3/ |
D | BIO_get_ex_new_index.pod | 35 CRYPTO_EX_new *new_func, 50 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 54 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 58 int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 62 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 68 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
D | CRYPTO_get_ex_new_index.pod | 17 CRYPTO_EX_new *new_func, 118 new_func() is called for every defined index. There is no requirement 120 The new_func() is typically used only to allocate memory to store the 130 Both new_func() and free_func() take the same parameters. 132 The B<ptr> is the current exdata item; for new_func() this will typically
|
/third_party/protobuf/src/google/protobuf/stubs/ |
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()
|
D | logging.h | 221 PROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func);
|
/third_party/openssl/include/internal/ |
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/node/deps/openssl/openssl/include/internal/ |
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/python/Lib/ |
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/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | crypto.rs | 26 new_func: Option<CRYPTO_EX_new>, in CRYPTO_get_ex_new_index()
|
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/jerryscript/tests/jerry/ |
D | function-prototype-bind.js | 30 var new_func = obj.bind(null, 'foo'); variable
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_lib_ctx_get_data.pod | 16 void *(*new_func)(OSSL_LIB_CTX *ctx);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | crypto.h | 173 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
|
/third_party/skia/third_party/externals/tint/src/transform/ |
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_avx2/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
D | crypto.h | 245 CRYPTO_EX_new *new_func,
|