Home
last modified time | relevance | path

Searched refs:clone_func (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_sles_pc.c273 cs_sles_pc_clone_t *clone_func; /* clone function */ member
694 cs_sles_pc_clone_t *clone_func, in cs_sles_pc_define() argument
709 pc->clone_func = clone_func; in cs_sles_pc_define()
764 dest->context = src->clone_func(src->context); in cs_sles_pc_clone()
771 dest->clone_func = src->clone_func; in cs_sles_pc_clone()
H A Dcs_sles_pc.h277 cs_sles_pc_clone_t *clone_func,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/python/rocboot/bin/
H A Dbootstrap.py291 clone_func = hg_clone
293 clone_func = git_clone
296 mc = clone_func(binary, "mozilla-unified", dest, watchman)
302 cc = clone_func(binary, "comm-central", cc_dest, watchman)
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-clone.c254 static int clone_func(void *arg) in clone_func() function
389 _exit(clone_func(&clone_arg)); in stress_clone_child()
395 clone_info->pid = clone(clone_func, in stress_clone_child()
398 clone_info->pid = clone(clone_func, in stress_clone_child()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dmanagedstruct.pmc147 const custom_clone_func_t clone_func = PARROT_MANAGEDSTRUCT(SELF)->custom_clone_func;
149 if (clone_func) {
151 return clone_func(INTERP, SELF, clone_data);
H A Dptrobj.pmc62 =item C<METHOD clone_func(func :optional)>
83 METHOD clone_func(PMC *func :optional, INTVAL has_func :opt_flag) :manual_wb {
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Ddoctestcompare.py425 def __init__(self, dt_self, old_checker, new_checker, check_func, clone_func, argument
432 self.clone_func = clone_func
440 self.check_func.__code__ = self.clone_func.__code__
444 self.check_func.func_code = self.clone_func.func_code
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dload_plugins.c213 plugin_clone_func *clone_func;
221 clone_func = sudo_dso_findsym(so_handle, clone_func_name);
222 if (clone_func) {
223 plugin = (*clone_func)();
/dports/security/pixiewps/pixiewps-1.4.1/src/mbedtls/
H A Dmd_internal.h70 void (*clone_func)( void *dst, const void *src ); member
/dports/devel/libgee/libgee-0.20.3/gee/
H A Dfunctions.vala158 public EqualDataFunc<G> clone_func () {
169 public HashDataFunc<G> clone_func () {
180 public CompareDataFunc<G> clone_func () {
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/
H A Dmd_internal.h80 void (*clone_func)( void *dst, const void *src ); member
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/
H A Dmd_internal.h83 void (*clone_func)( void *dst, const void *src ); member
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/include/mbedtls/
H A Dmd_internal.h106 void (*clone_func)( void *dst, const void *src ); member
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dmd_internal.h106 void (*clone_func)( void *dst, const void *src ); member
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dmd_internal.h106 void (*clone_func)( void *dst, const void *src ); member
/dports/comms/fldigi/fldigi-4.1.20/src/include/mbedtls/
H A Dmd_internal.h83 void (*clone_func)( void *dst, const void *src ); member
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/include/mbedtls/
H A Dmd_internal.h81 void (*clone_func)( void *dst, const void *src ); member
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/include/mbedtls/
H A Dmd_internal.h81 void (*clone_func)( void *dst, const void *src ); member
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/
H A Dmd_internal.h80 void (*clone_func)( void *dst, const void *src ); member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/mbedtls/
H A Dmd_internal.h106 void (*clone_func)( void *dst, const void *src ); member
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/mbedtls/
H A Dmd_internal.h106 void (*clone_func)( void *dst, const void *src ); member
/dports/net/libosip2/libosip2-5.3.0/src/osipparser2/
H A Dosip_list.c33 int osip_list_clone(const osip_list_t *src, osip_list_t *dst, int (*clone_func)(void *, void **)) { in osip_list_clone()
40 i = clone_func(data, &data2); in osip_list_clone()
/dports/net/libosip2/libosip2-5.3.0/include/osipparser2/
H A Dosip_list.h116 int osip_list_clone(const osip_list_t *src, osip_list_t *dst, int (*clone_func)(void *, void **));
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbelle_sip_object.c384 …ata_clone( const belle_sip_object_t* src, belle_sip_object_t* dst, belle_sip_data_clone clone_func) in belle_sip_object_data_clone() argument
387 belle_sip_object_data_merge(src, dst, clone_func); in belle_sip_object_data_clone()
390 …ata_merge( const belle_sip_object_t* src, belle_sip_object_t* dst, belle_sip_data_clone clone_func) in belle_sip_object_data_merge() argument
399 cloned_data = (clone_func)? clone_func( it->name, it->data ) : it->data; in belle_sip_object_data_merge()
/dports/net/belle-sip/belle-sip-1.6.3-0/include/belle-sip/
H A Dobject.h322 …ta_clone( const belle_sip_object_t* src, belle_sip_object_t* dst, belle_sip_data_clone clone_func);
330 …ta_merge( const belle_sip_object_t* src, belle_sip_object_t* dst, belle_sip_data_clone clone_func);

12