Home
last modified time | relevance | path

Searched refs:new_func (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/openssl/crypto/
Dex_data.c124 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()
Dcontext.c324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
/third_party/node/deps/openssl/openssl/crypto/
Dex_data.c124 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()
Dcontext.c324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
/third_party/openssl/doc/man3/
DBIO_get_ex_new_index.pod35 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,
DCRYPTO_get_ex_new_index.pod17 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/
Dcommon.cc237 LogHandler* SetLogHandler(LogHandler* new_func) { in SetLogHandler() argument
242 if (new_func == nullptr) { in SetLogHandler()
245 internal::log_handler_ = new_func; in SetLogHandler()
Dlogging.h221 PROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func);
/third_party/openssl/include/internal/
Dcryptlib.h124 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/
Dcryptlib.h124 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/
Dfunctools.py397 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/
Dcrypto.rs26 new_func: Option<CRYPTO_EX_new>, in CRYPTO_get_ex_new_index()
Dssl.rs797 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/
Dfunction-prototype-bind.js30 var new_func = obj.bind(null, 'foo'); variable
/third_party/openssl/doc/internal/man3/
Dossl_lib_ctx_get_data.pod16 void *(*new_func)(OSSL_LIB_CTX *ctx);
/third_party/openssl/ohos_lite/include/openssl/
Dcrypto.h173 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.cc898 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/
Dcrypto.h245 CRYPTO_EX_new *new_func,
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
Dcrypto.h245 CRYPTO_EX_new *new_func,
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/
Dcrypto.h245 CRYPTO_EX_new *new_func,
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/
Dcrypto.h245 CRYPTO_EX_new *new_func,
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
Dcrypto.h245 CRYPTO_EX_new *new_func,
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dcrypto.h245 CRYPTO_EX_new *new_func,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dcrypto.h245 CRYPTO_EX_new *new_func,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dcrypto.h245 CRYPTO_EX_new *new_func,

1234