Searched refs:ivalue (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c462 krb5_int32 ivalue; local
470 !krb5_aprof_get_int32(aprofile, hierarchy, TRUE, &ivalue)) {
471 *param_out = ivalue;
576 krb5_int32 ivalue; local
1022 TRUE, &ivalue)) {
1023 if (ivalue > MAX_ULOGENTRIES)
1025 else if (ivalue <= 0)
1028 params.iprop_ulogsize = ivalue;
1137 krb5_int32 ivalue; local
1200 if (!krb5_aprof_get_int32(aprofile, hierarchy, TRUE, &ivalue)) {
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c610 int ivalue = *iptr; local
633 STORE16_INT(curr, ivalue);

Completed in 26 milliseconds