Home
last modified time | relevance | path

Searched refs:nextloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_xdr.c135 nextloc += 2;
201 nextloc += 2;
203 nextloc += 2;
212 nextloc += 2;
214 nextloc += 2;
376 nextloc += 2;
378 nextloc += 2;
411 nextloc += 2;
413 nextloc += 2;
423 nextloc += 2;
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_xdr.c165 krb5_octet * nextloc = 0; local
175 if ((nextloc = (krb5_octet *) malloc(unparse_mod_princ_size + 4))
183 tl_data.tl_data_contents = nextloc;
186 krb5_kdb_encode_int32(mod_date, nextloc);
189 memcpy(nextloc+4, unparse_mod_princ, unparse_mod_princ_size);
194 free(nextloc);
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c1632 krb5_octet *nextloc = 0; local
1641 if ((nextloc = (krb5_octet *) malloc(unparse_mod_princ_size + 4))
1649 tl_data.tl_data_contents = nextloc;
1652 krb5_kdb_encode_int32(mod_date, nextloc);
1655 memcpy(nextloc + 4, unparse_mod_princ, unparse_mod_princ_size);
1660 free(nextloc);
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c2215 krb5_octet * nextloc = 0; local
2225 if ((nextloc = (krb5_octet *) malloc(unparse_mod_princ_size + 4))
2233 tl_data.tl_data_contents = nextloc;
2236 krb5_kdb_encode_int32(mod_date, nextloc);
2239 memcpy(nextloc+4, unparse_mod_princ, unparse_mod_princ_size);
2244 free(nextloc);