Home
last modified time | relevance | path

Searched defs:new_func (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/include/internal/
Dcryptlib.h124 CRYPTO_EX_new *new_func; member
180 void *(*new_func)(OSSL_LIB_CTX *ctx); member
/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
/third_party/jerryscript/tests/jerry/
Dfunction-prototype-bind.js30 var new_func = obj.bind(null, 'foo'); variable
/third_party/openssl/crypto/
Dex_data.c143 CRYPTO_EX_new *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()
/third_party/node/deps/openssl/openssl/crypto/
Dex_data.c143 CRYPTO_EX_new *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()
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.cc237 LogHandler* SetLogHandler(LogHandler* new_func) { in SetLogHandler()
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.cc898 auto* new_func = ctx.dst->create<ast::Function>( in Process() local
/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py64 def new_func(self, node, frame, **kwargs): function
/third_party/skia/third_party/externals/jinja2/
Dcompiler.py67 def new_func(self, node, frame, **kwargs): function
/third_party/node/deps/v8/third_party/jinja2/
Dcompiler.py67 def new_func(self, node, frame, **kwargs): function
/third_party/jinja2/
Dcompiler.py44 def new_func( function