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

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c2105 krb5_octet *next_tuple; local
2132 /* next_tuple points to first tuple entry in the tl_data_contents */
2133 next_tuple = tl_data.tl_data_contents + sizeof(version);
2143 krb5_kdb_decode_int16(act_kvno(next_tuple), tmp_kvno);
2145 krb5_kdb_decode_int32(act_time(next_tuple), new_data->act_time);
2152 next_tuple += ACTKVNO_TUPLE_SIZE;

Completed in 19 milliseconds