Symbol: krb5_storage_seek
crypto/heimdal/kadmin/rpc.c
727
off = krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/kadmin/rpc.c
731
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/kadmin/rpc.c
734
INSIST(off == krb5_storage_seek(sp, 0, SEEK_CUR));
crypto/heimdal/kadmin/rpc.c
841
krb5_storage_seek(msg, 0, SEEK_SET);
crypto/heimdal/kadmin/server.c
452
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/kcm/protocol.c
1793
krb5_storage_seek(resp_sp, 4, SEEK_SET);
crypto/heimdal/kcm/protocol.c
1802
krb5_storage_seek(resp_sp, 0, SEEK_SET);
crypto/heimdal/lib/hdb/hdb-mitdb.c
358
krb5_storage_seek(sp, u16, SEEK_CUR);
crypto/heimdal/lib/hdb/hdb-mitdb.c
451
krb5_storage_seek(sp, 2, SEEK_CUR); /* skip real length */
crypto/heimdal/lib/hdb/hdb-mitdb.c
482
krb5_storage_seek(sp, u16, SEEK_CUR);
crypto/heimdal/lib/hdb/hdb-mitdb.c
495
krb5_storage_seek(sp, u16, SEEK_CUR);
crypto/heimdal/lib/kadm5/iprop-log.c
121
off_t end = krb5_storage_seek(sp, 0, SEEK_CUR) + len;
crypto/heimdal/lib/kadm5/iprop-log.c
129
krb5_storage_seek(sp, end, SEEK_SET);
crypto/heimdal/lib/kadm5/iprop-log.c
277
krb5_storage_seek(sp, end, SEEK_SET);
crypto/heimdal/lib/kadm5/iprop-log.c
368
krb5_storage_seek(sp, len, SEEK_CUR);
crypto/heimdal/lib/kadm5/ipropd_master.c
530
right = krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/ipropd_master.c
536
left = krb5_storage_seek(sp, -16, SEEK_CUR);
crypto/heimdal/lib/kadm5/ipropd_slave.c
203
krb5_storage_seek(sp, len + 8, SEEK_CUR);
crypto/heimdal/lib/kadm5/ipropd_slave.c
209
left = krb5_storage_seek (sp, -16, SEEK_CUR);
crypto/heimdal/lib/kadm5/ipropd_slave.c
210
right = krb5_storage_seek (sp, 0, SEEK_END);
crypto/heimdal/lib/kadm5/ipropd_slave.c
218
krb5_storage_seek (sp, left, SEEK_SET);
crypto/heimdal/lib/kadm5/ipropd_slave.c
232
krb5_storage_seek (sp, left, SEEK_SET);
crypto/heimdal/lib/kadm5/ipropd_slave.c
252
cur = krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/ipropd_slave.c
272
cur2 = krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
333
off = krb5_storage_seek (sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
337
len = krb5_storage_seek (sp, 0, SEEK_CUR) - off;
crypto/heimdal/lib/kadm5/log.c
338
krb5_storage_seek(sp, -(len + 4), SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
342
krb5_storage_seek(sp, len, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
413
off = krb5_storage_seek (sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
419
len = krb5_storage_seek (sp, 0, SEEK_CUR) - off;
crypto/heimdal/lib/kadm5/log.c
421
krb5_storage_seek(sp, -(len + 4), SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
426
krb5_storage_seek(sp, len, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
468
off = krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
475
princ_len = krb5_storage_seek(sp, 0, SEEK_CUR) - off;
crypto/heimdal/lib/kadm5/log.c
68
krb5_storage_seek(sp, -4, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
843
krb5_storage_seek(sp, 0, SEEK_END);
crypto/heimdal/lib/kadm5/log.c
867
oldoff = krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
869
krb5_storage_seek(sp, -8, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
879
krb5_storage_seek(sp, -off, SEEK_CUR);
crypto/heimdal/lib/kadm5/log.c
884
krb5_storage_seek(sp, oldoff, SEEK_SET);
crypto/heimdal/lib/kadm5/log.c
905
krb5_storage_seek(sp, oldoff, SEEK_SET);
crypto/heimdal/lib/kadm5/log.c
914
krb5_storage_seek(sp, oldoff, SEEK_SET);
crypto/heimdal/lib/kadm5/send_recv.c
48
len = krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/kadm5/send_recv.c
54
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/krb5/addr_families.c
697
krb5_storage_seek(sp, 2, SEEK_CUR); /* skip first two bytes */
crypto/heimdal/lib/krb5/addr_families.c
700
krb5_storage_seek(sp, 2, SEEK_CUR); /* skip two bytes */
crypto/heimdal/lib/krb5/keytab_file.c
457
pos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
crypto/heimdal/lib/krb5/keytab_file.c
463
pos = krb5_storage_seek(cursor->sp, -len, SEEK_CUR);
crypto/heimdal/lib/krb5/keytab_file.c
483
curpos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
crypto/heimdal/lib/krb5/keytab_file.c
502
krb5_storage_seek(cursor->sp, pos + 4 + len, SEEK_SET);
crypto/heimdal/lib/krb5/keytab_file.c
703
krb5_storage_seek(sp, -4, SEEK_CUR);
crypto/heimdal/lib/krb5/keytab_file.c
707
krb5_storage_seek(sp, len, SEEK_CUR);
crypto/heimdal/lib/krb5/keytab_file.c
747
krb5_storage_seek(cursor.sp, pos_start, SEEK_SET);
crypto/heimdal/lib/krb5/keytab_keyfile.c
248
pos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
crypto/heimdal/lib/krb5/keytab_keyfile.c
292
krb5_storage_seek(cursor->sp, pos + 4 + 8, SEEK_SET);
crypto/heimdal/lib/krb5/keytab_keyfile.c
358
if(krb5_storage_seek(sp, 0, SEEK_SET) < 0) {
crypto/heimdal/lib/krb5/keytab_keyfile.c
391
if(krb5_storage_seek(sp, 8, SEEK_CUR) < 0) {
crypto/heimdal/lib/krb5/keytab_keyfile.c
407
if(krb5_storage_seek(sp, 0, SEEK_SET) < 0) {
crypto/heimdal/lib/krb5/keytab_keyfile.c
423
if(krb5_storage_seek(sp, (len - 1) * (8 + 4), SEEK_CUR) < 0) {
crypto/heimdal/lib/krb5/krb5-protos.h
3973
krb5_storage_seek (
crypto/heimdal/lib/krb5/pac.c
541
sig->buffersize - krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/krb5/test_store.c
102
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/krb5/test_store.c
127
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/krb5/test_store.c
152
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/krb5/test_store.c
177
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/krb5/test_store.c
231
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/krb5/test_store.c
52
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/krb5/test_store.c
77
krb5_storage_seek(sp, 0, SEEK_SET);
crypto/heimdal/lib/ntlm/ntlm.c
1675
infotarget->length = answer->length - krb5_storage_seek(sp, 0, SEEK_CUR);
crypto/heimdal/lib/ntlm/ntlm.c
293
CHECK(krb5_storage_seek(sp, desc->offset, SEEK_SET), desc->offset);
crypto/heimdal/lib/ntlm/ntlm.c
333
CHECK(krb5_storage_seek(sp, desc->offset, SEEK_SET), desc->offset);
crypto/heimdal/lib/ntlm/ntlm.c
501
krb5_storage_seek(in, len, SEEK_CUR);