bin/cpdup/hclink.h
98
void hcc_leaf_int64(hctransaction_t trans, int16_t leafid, int64_t value);
bin/cpdup/hcproto.c
1568
hcc_leaf_int64(trans, LC_FILEFLAGS, flags);
bin/cpdup/hcproto.c
1596
hcc_leaf_int64(trans, LC_FILEFLAGS, flags);
bin/cpdup/hcproto.c
1857
hcc_leaf_int64(trans, LC_ATIME, times[0].tv_sec);
bin/cpdup/hcproto.c
1858
hcc_leaf_int64(trans, LC_MTIME, times[1].tv_sec);
bin/cpdup/hcproto.c
1884
hcc_leaf_int64(trans, LC_ATIME, times[0].tv_sec);
bin/cpdup/hcproto.c
1885
hcc_leaf_int64(trans, LC_MTIME, times[1].tv_sec);
bin/cpdup/hcproto.c
376
hcc_leaf_int64(trans, LC_INO, st->st_ino);
bin/cpdup/hcproto.c
382
hcc_leaf_int64(trans, LC_ATIME, st->st_atime);
bin/cpdup/hcproto.c
383
hcc_leaf_int64(trans, LC_MTIME, st->st_mtime);
bin/cpdup/hcproto.c
384
hcc_leaf_int64(trans, LC_CTIME, st->st_ctime);
bin/cpdup/hcproto.c
390
hcc_leaf_int64(trans, LC_FILESIZE, st->st_size);
bin/cpdup/hcproto.c
391
hcc_leaf_int64(trans, LC_FILEBLKS, st->st_blocks);
bin/cpdup/hcproto.c
394
hcc_leaf_int64(trans, LC_FILEFLAGS, st->st_flags);