Home
last modified time | relevance | path

Searched refs:mapping_values (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/os/
H A Dlocalauth_names.c43 char *realm = NULL, *pname = NULL, **mapping_values = NULL; in an2ln_names() local
67 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_names()
74 for (count = 0; mapping_values[count] != NULL; count++); in an2ln_names()
75 *lname_out = strdup(mapping_values[count - 1]); in an2ln_names()
82 profile_free_list(mapping_values); in an2ln_names()
H A Dlocalauth.c306 char *realm = NULL, **mapping_values = NULL, *type, *residual, *lname; in an2ln_auth_to_local() local
320 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_auth_to_local()
328 for (i = 0; mapping_values[i] != NULL && ret == KRB5_LNAME_NOTRANS; i++) { in an2ln_auth_to_local()
329 ret = parse_mapping_value(mapping_values[i], &type, &residual); in an2ln_auth_to_local()
350 profile_free_list(mapping_values); in an2ln_auth_to_local()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/os/
H A Dlocalauth_names.c43 char *realm = NULL, *pname = NULL, **mapping_values = NULL; in an2ln_names() local
67 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_names()
74 for (count = 0; mapping_values[count] != NULL; count++); in an2ln_names()
75 *lname_out = strdup(mapping_values[count - 1]); in an2ln_names()
82 profile_free_list(mapping_values); in an2ln_names()
H A Dlocalauth.c306 char *realm = NULL, **mapping_values = NULL, *type, *residual, *lname; in an2ln_auth_to_local() local
320 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_auth_to_local()
328 for (i = 0; mapping_values[i] != NULL && ret == KRB5_LNAME_NOTRANS; i++) { in an2ln_auth_to_local()
329 ret = parse_mapping_value(mapping_values[i], &type, &residual); in an2ln_auth_to_local()
350 profile_free_list(mapping_values); in an2ln_auth_to_local()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/scripts/
H A Dgenerate_code.pl48 my %mapping_values;
159 if ( $mapping_values{$value} ) {
160 ${ $mapping_values{$value} }{$function_pre_code} = 1;
162 $mapping_values{$value} = { $function_pre_code => 1 };
221 while( my ($key, $value) = each(%mapping_values) )
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/scripts/
H A Dgenerate_code.pl156 my %mapping_values;
297 if ( $mapping_values{$value} ) {
298 ${ $mapping_values{$value} }{$function_pre_code} = 1;
300 $mapping_values{$value} = { $function_pre_code => 1 };
377 while( my ($key, $value) = each(%mapping_values) )
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygi-resulttuple.c120 PyObject *mapping_values = NULL; in resulttuple_dir() local
131 mapping_values = PyDict_Keys (mapping); in resulttuple_dir()
132 if (mapping_values == NULL) in resulttuple_dir()
134 result = PySequence_InPlaceConcat (items, mapping_values); in resulttuple_dir()
139 Py_XDECREF (mapping_values); in resulttuple_dir()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygi-resulttuple.c120 PyObject *mapping_values = NULL; in resulttuple_dir() local
131 mapping_values = PyDict_Keys (mapping); in resulttuple_dir()
132 if (mapping_values == NULL) in resulttuple_dir()
134 result = PySequence_InPlaceConcat (items, mapping_values); in resulttuple_dir()
139 Py_XDECREF (mapping_values); in resulttuple_dir()
/dports/devel/R-cran-remotes/remotes/R/
H A Dsubmodule.R29 mapping_values <- re_match( functionVar
34 …values <- cbind(submodule = fill(section_names), mapping_values[c("name", "value")], stringsAsFact…
35 values <- values[!is.na(mapping_values$.match), ]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/fe/
H A Dmapping_q1_eulerian.cc80 Vector<typename VectorType::value_type> mapping_values( in get_vertices() local
82 dof_cell->get_dof_values(*euler_transform_vectors, mapping_values); in get_vertices()
92 shift_vector[j] = mapping_values(i * spacedim + j); in get_vertices()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/test/
H A Dport-checker.cpp352 std::map<std::string, int> mapping_values; in check_port() local
375 ++mapping_values[x.value]; in check_port()
383 for(auto pr : mapping_values) in check_port()
/dports/devel/R-cran-remotes/remotes/inst/
H A Dinstall-github.R4922 mapping_values <- re_match( functionVar
4927 …values <- cbind(submodule = fill(section_names), mapping_values[c("name", "value")], stringsAsFact…
4928 values <- values[!is.na(mapping_values$.match), ]