Home
last modified time | relevance | path

Searched refs:private_ctx (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dctx.c88 svn_client__private_ctx_t *const private_ctx = in svn_client__get_private_ctx() local
90 SVN_ERR_ASSERT_NO_RETURN(&private_ctx->public_ctx == ctx); in svn_client__get_private_ctx()
91 SVN_ERR_ASSERT_NO_RETURN(0 == private_ctx->magic_null); in svn_client__get_private_ctx()
92 SVN_ERR_ASSERT_NO_RETURN(CLIENT_CTX_MAGIC == private_ctx->magic_id); in svn_client__get_private_ctx()
93 return private_ctx; in svn_client__get_private_ctx()
103 svn_client__private_ctx_t *const private_ctx = in svn_client_create_context2() local
104 apr_pcalloc(pool, sizeof(*private_ctx)); in svn_client_create_context2()
105 svn_client_ctx_t *const public_ctx = &private_ctx->public_ctx; in svn_client_create_context2()
107 private_ctx->magic_null = 0; in svn_client_create_context2()
108 private_ctx->magic_id = CLIENT_CTX_MAGIC; in svn_client_create_context2()
H A Dra.c303 svn_client__private_ctx_t *private_ctx = in progress_func() local
306 private_ctx->total_progress += (progress - b->last_progress); in progress_func()
314 public_ctx->progress_func(private_ctx->total_progress, -1, in progress_func()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dctx.c88 svn_client__private_ctx_t *const private_ctx = in svn_client__get_private_ctx() local
90 SVN_ERR_ASSERT_NO_RETURN(&private_ctx->public_ctx == ctx); in svn_client__get_private_ctx()
91 SVN_ERR_ASSERT_NO_RETURN(0 == private_ctx->magic_null); in svn_client__get_private_ctx()
92 SVN_ERR_ASSERT_NO_RETURN(CLIENT_CTX_MAGIC == private_ctx->magic_id); in svn_client__get_private_ctx()
93 return private_ctx; in svn_client__get_private_ctx()
103 svn_client__private_ctx_t *const private_ctx = in svn_client_create_context2() local
104 apr_pcalloc(pool, sizeof(*private_ctx)); in svn_client_create_context2()
105 svn_client_ctx_t *const public_ctx = &private_ctx->public_ctx; in svn_client_create_context2()
107 private_ctx->magic_null = 0; in svn_client_create_context2()
108 private_ctx->magic_id = CLIENT_CTX_MAGIC; in svn_client_create_context2()
H A Dra.c303 svn_client__private_ctx_t *private_ctx = in progress_func() local
306 private_ctx->total_progress += (progress - b->last_progress); in progress_func()
314 public_ctx->progress_func(private_ctx->total_progress, -1, in progress_func()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dctx.c88 svn_client__private_ctx_t *const private_ctx = in svn_client__get_private_ctx() local
90 SVN_ERR_ASSERT_NO_RETURN(&private_ctx->public_ctx == ctx); in svn_client__get_private_ctx()
91 SVN_ERR_ASSERT_NO_RETURN(0 == private_ctx->magic_null); in svn_client__get_private_ctx()
92 SVN_ERR_ASSERT_NO_RETURN(CLIENT_CTX_MAGIC == private_ctx->magic_id); in svn_client__get_private_ctx()
93 return private_ctx; in svn_client__get_private_ctx()
103 svn_client__private_ctx_t *const private_ctx = in svn_client_create_context2() local
104 apr_pcalloc(pool, sizeof(*private_ctx)); in svn_client_create_context2()
105 svn_client_ctx_t *const public_ctx = &private_ctx->public_ctx; in svn_client_create_context2()
107 private_ctx->magic_null = 0; in svn_client_create_context2()
108 private_ctx->magic_id = CLIENT_CTX_MAGIC; in svn_client_create_context2()
H A Dra.c303 svn_client__private_ctx_t *private_ctx = in progress_func() local
306 private_ctx->total_progress += (progress - b->last_progress); in progress_func()
314 public_ctx->progress_func(private_ctx->total_progress, -1, in progress_func()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dctx.c88 svn_client__private_ctx_t *const private_ctx = in svn_client__get_private_ctx() local
90 SVN_ERR_ASSERT_NO_RETURN(&private_ctx->public_ctx == ctx); in svn_client__get_private_ctx()
91 SVN_ERR_ASSERT_NO_RETURN(0 == private_ctx->magic_null); in svn_client__get_private_ctx()
92 SVN_ERR_ASSERT_NO_RETURN(CLIENT_CTX_MAGIC == private_ctx->magic_id); in svn_client__get_private_ctx()
93 return private_ctx; in svn_client__get_private_ctx()
103 svn_client__private_ctx_t *const private_ctx = in svn_client_create_context2() local
104 apr_pcalloc(pool, sizeof(*private_ctx)); in svn_client_create_context2()
105 svn_client_ctx_t *const public_ctx = &private_ctx->public_ctx; in svn_client_create_context2()
107 private_ctx->magic_null = 0; in svn_client_create_context2()
108 private_ctx->magic_id = CLIENT_CTX_MAGIC; in svn_client_create_context2()
H A Dra.c303 svn_client__private_ctx_t *private_ctx = in progress_func() local
306 private_ctx->total_progress += (progress - b->last_progress); in progress_func()
314 public_ctx->progress_func(private_ctx->total_progress, -1, in progress_func()
/dports/net/libyang/libyang-1.0.240/swig/python/
H A Dyang.i65 PyObject *private_ctx; variable
77 auto pair = ctx->ly_module_imp_clb(mod_name, mod_rev, submod_name, sub_rev, ctx->private_ctx); in g_ly_module_imp_clb()
92 class_ctx->private_ctx = user_data;
95 class_ctx->private_ctx = Py_None;
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-7.0.0/src/rsa/
H A Dkeys.rs357 let mut private_ctx: rsa_private_key = zeroed(); in generate_keypair() localVariable
359 nettle_rsa_private_key_init(&mut private_ctx as *mut _); in generate_keypair()
369 &mut private_ctx as *mut _, in generate_keypair()
383 PrivateKey { context: private_ctx }, in generate_keypair()
387 nettle_rsa_private_key_clear(&mut private_ctx as *mut _); in generate_keypair()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c511 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
568 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
752 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c504 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
561 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
646 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
711 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c511 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
568 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
752 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c504 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
561 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
646 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
711 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c511 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
568 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
752 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c511 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
568 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
752 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c511 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
568 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
752 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c504 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
561 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
646 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
711 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/security/openssl/openssl-1.1.1n/test/
H A Ddrbgtest.c510 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
567 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
652 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
751 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/security/openssl-static/openssl-1.1.1l/test/
H A Ddrbgtest.c510 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
567 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
652 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
751 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c511 static HOOK_CTX master_ctx, public_ctx, private_ctx; variable
568 reset_hook_ctx(&private_ctx); in reset_drbg_hook_ctx()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
752 hook_drbg(private, &private_ctx); in test_rand_drbg_reseed()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dnorthbound_sysrepo.c386 void *private_ctx) in frr_sr_state_cb() argument
409 size_t *sr_output_cnt, void *private_ctx) in frr_sr_config_rpc_cb() argument
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dnorthbound_sysrepo.c386 void *private_ctx) in frr_sr_state_cb() argument
409 size_t *sr_output_cnt, void *private_ctx) in frr_sr_config_rpc_cb() argument
/dports/math/mfem/mfem-4.3/linalg/
H A Dpetsc.cpp2282 private_ctx = NULL; in PetscSolver()
2499 __mfem_ts_ctx* ts_ctx = (__mfem_ts_ctx*)private_ctx; in SetBCHandler()
2684 private_ctx = (void*) snes_ctx; in CreatePrivateContext()
2701 private_ctx = (void*) ts_ctx; in CreatePrivateContext()
2707 if (!private_ctx) { return; } in FreePrivateContext()
2716 __mfem_ts_ctx *ts_ctx = (__mfem_ts_ctx *)private_ctx; in FreePrivateContext()
4079 __mfem_ts_ctx *ts_ctx = (__mfem_ts_ctx*)private_ctx; in Init()
4159 __mfem_ts_ctx *ts_ctx = (__mfem_ts_ctx*)private_ctx; in SetJacobianType()
4165 __mfem_ts_ctx *ts_ctx = (__mfem_ts_ctx*)private_ctx; in GetType()
4171 __mfem_ts_ctx *ts_ctx = (__mfem_ts_ctx*)private_ctx; in SetType()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/dill/dill/
H A Dbase.ops448 typedef struct dill_private_ctx *private_ctx;

12