Symbol: hcc_leaf_int32
bin/cpdup/hclink.h
97
void hcc_leaf_int32(hctransaction_t trans, int16_t leafid, int32_t value);
bin/cpdup/hcproto.c
1024
hcc_leaf_int32(trans, LC_DESCRIPTOR, fd);
bin/cpdup/hcproto.c
1078
hcc_leaf_int32(trans, LC_BYTES, n);
bin/cpdup/hcproto.c
1147
hcc_leaf_int32(trans, LC_MODE, mode);
bin/cpdup/hcproto.c
1249
hcc_leaf_int32(trans, LC_UID, owner);
bin/cpdup/hcproto.c
1250
hcc_leaf_int32(trans, LC_GID, group);
bin/cpdup/hcproto.c
1316
hcc_leaf_int32(trans, LC_UID, owner);
bin/cpdup/hcproto.c
1317
hcc_leaf_int32(trans, LC_GID, group);
bin/cpdup/hcproto.c
1375
hcc_leaf_int32(trans, LC_MODE, mode);
bin/cpdup/hcproto.c
1396
hcc_leaf_int32(trans, LC_MODE, mode);
bin/cpdup/hcproto.c
1455
hcc_leaf_int32(trans, LC_MODE, mode);
bin/cpdup/hcproto.c
1456
hcc_leaf_int32(trans, LC_RDEV, rdev);
bin/cpdup/hcproto.c
152
hcc_leaf_int32(trans, LC_VERSION, HCPROTO_VERSION);
bin/cpdup/hcproto.c
1711
hcc_leaf_int32(trans, LC_MODE, numask);
bin/cpdup/hcproto.c
1736
hcc_leaf_int32(trans, LC_MODE, numask);
bin/cpdup/hcproto.c
1860
hcc_leaf_int32(trans, LC_ATIMENSEC, times[0].tv_usec * 1000);
bin/cpdup/hcproto.c
1861
hcc_leaf_int32(trans, LC_MTIMENSEC, times[1].tv_usec * 1000);
bin/cpdup/hcproto.c
1887
hcc_leaf_int32(trans, LC_ATIMENSEC, times[0].tv_usec * 1000);
bin/cpdup/hcproto.c
1888
hcc_leaf_int32(trans, LC_MTIMENSEC, times[1].tv_usec * 1000);
bin/cpdup/hcproto.c
1969
hcc_leaf_int32(trans, LC_UID, geteuid());
bin/cpdup/hcproto.c
2048
hcc_leaf_int32(trans, LC_COUNT, count);
bin/cpdup/hcproto.c
2050
hcc_leaf_int32(trans, LC_GID, gidlist[i]);
bin/cpdup/hcproto.c
212
hcc_leaf_int32(trans, LC_VERSION, HCPROTO_VERSION);
bin/cpdup/hcproto.c
375
hcc_leaf_int32(trans, LC_DEV, st->st_dev);
bin/cpdup/hcproto.c
377
hcc_leaf_int32(trans, LC_MODE, st->st_mode);
bin/cpdup/hcproto.c
378
hcc_leaf_int32(trans, LC_NLINK, st->st_nlink);
bin/cpdup/hcproto.c
379
hcc_leaf_int32(trans, LC_UID, st->st_uid);
bin/cpdup/hcproto.c
380
hcc_leaf_int32(trans, LC_GID, st->st_gid);
bin/cpdup/hcproto.c
381
hcc_leaf_int32(trans, LC_RDEV, st->st_rdev);
bin/cpdup/hcproto.c
386
hcc_leaf_int32(trans, LC_ATIMENSEC, st->st_atim.tv_nsec);
bin/cpdup/hcproto.c
387
hcc_leaf_int32(trans, LC_MTIMENSEC, st->st_mtim.tv_nsec);
bin/cpdup/hcproto.c
388
hcc_leaf_int32(trans, LC_CTIMENSEC, st->st_ctim.tv_nsec);
bin/cpdup/hcproto.c
392
hcc_leaf_int32(trans, LC_BLKSIZE, st->st_blksize);
bin/cpdup/hcproto.c
462
hcc_leaf_int32(trans, LC_DESCRIPTOR, desc);
bin/cpdup/hcproto.c
493
hcc_leaf_int32(trans, LC_DESCRIPTOR, (intptr_t)dir);
bin/cpdup/hcproto.c
571
hcc_leaf_int32(trans, LC_DESCRIPTOR, (intptr_t)dir);
bin/cpdup/hcproto.c
703
hcc_leaf_int32(trans, LC_OFLAGS, nflags);
bin/cpdup/hcproto.c
704
hcc_leaf_int32(trans, LC_MODE, mode);
bin/cpdup/hcproto.c
777
hcc_leaf_int32(trans, LC_DESCRIPTOR, desc);
bin/cpdup/hcproto.c
812
hcc_leaf_int32(trans, LC_DESCRIPTOR, fd);
bin/cpdup/hcproto.c
905
hcc_leaf_int32(trans, LC_DESCRIPTOR, fd);
bin/cpdup/hcproto.c
906
hcc_leaf_int32(trans, LC_BYTES, n);