Searched refs:from_d (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | exdatatest.c | 40 void **from_d, int idx, long argl, void *argp) in exdup() argument 45 || !TEST_ptr(from_d)) in exdup() 90 void **from_d, int idx, long argl, void *argp) in exdup2() argument 92 MYOBJ_EX_DATA **update_ex_data = (MYOBJ_EX_DATA**)from_d; in exdup2() 98 || !TEST_ptr(from_d) in exdup2()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_get_ex_new_index.pod | 26 void **from_d, int idx, long argl, void *argp); 142 respectively. The B<*from_d> parameter is a pointer to the source exdata. 143 When the dup_func() returns, the value in B<*from_d> is copied to the 167 type B<void **> for B<from_d>. Previously this parameter was of type B<void *>.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.cpp | 178 T *createDecl(ASTImporter &importer, Decl *from_d, Args &&... args) { in createDecl() argument 180 importer.RegisterImportedDecl(from_d, to_d); in createDecl()
|
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 99 void **from_d, int idx, in dummy_dup() argument
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 243 void **from_d, int idx, long argl, void *argp);
|
H A D | crypto.h.in | 220 void **from_d, int idx, long argl, void *argp);
|