Home
last modified time | relevance | path

Searched refs:copy_groups (Results 1 – 7 of 7) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/modules/grid/
H A Dgrid.py155 def copy_groups(groups, gisrc_src, gisrc_dst, region=None): function
372 copy_groups(groups, gisrc_src, gisrc_dst)
442 copy_groups(groups, self.gisrc_src, self.gisrc_dst,
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_auth.c156 kauth_cred_clone1(kauth_cred_t from, kauth_cred_t to, bool copy_groups) in kauth_cred_clone1() argument
172 if (copy_groups) { in kauth_cred_clone1()
/dports/www/mod_authnz_crowd/mod_authnz_crowd-2.2.2/src/
H A Dcrowd_client.c125 static void *copy_groups(void *data, apr_pool_t *p){ in copy_groups() function
190 groups_cache = cache_create("groups", pool, max_age, max_entries, copy_groups, free_groups); in crowd_cache_create()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dnccopy.c575 copy_groups(int iroot, int oroot) in copy_groups() function
1878 NC_CHECK(copy_groups(igrp, ogrp)); in copy()
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dnccopy.c666 copy_groups(int iroot, int oroot) in copy_groups() function
2044 NC_CHECK(copy_groups(igrp, ogrp)); in copy()
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c20161 Py_LOCAL_INLINE(RE_GroupData*) copy_groups(RE_GroupData* groups, size_t function
20251 match->groups = copy_groups(self->groups, self->group_count);
20321 match->groups = copy_groups(state->groups,
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c20112 Py_LOCAL_INLINE(RE_GroupData*) copy_groups(RE_GroupData* groups, size_t in copy_groups() function
20202 match->groups = copy_groups(self->groups, self->group_count); in make_match_copy()
20272 match->groups = copy_groups(state->groups, in pattern_new_match()