Symbol: hctransaction_t
bin/cpdup/hclink.c
13
static void hcc_start_reply(hctransaction_t trans, struct HCHead *rhead);
bin/cpdup/hclink.c
14
static int hcc_finish_reply(hctransaction_t trans, struct HCHead *head);
bin/cpdup/hclink.c
152
hcc_read_command(struct HostConf *hc, hctransaction_t trans)
bin/cpdup/hclink.c
209
hctransaction_t
bin/cpdup/hclink.c
213
hctransaction_t trans;
bin/cpdup/hclink.c
232
hcc_start_reply(hctransaction_t trans, struct HCHead *rhead)
bin/cpdup/hclink.c
250
hcc_finish_command(hctransaction_t trans)
bin/cpdup/hclink.c
307
hcc_finish_reply(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hclink.c
323
hcc_leaf_string(hctransaction_t trans, int16_t leafid, const char *str)
bin/cpdup/hclink.c
338
hcc_leaf_data(hctransaction_t trans, int16_t leafid, const void *ptr, int bytes)
bin/cpdup/hclink.c
352
hcc_leaf_int32(hctransaction_t trans, int16_t leafid, int32_t value)
bin/cpdup/hclink.c
366
hcc_leaf_int64(hctransaction_t trans, int16_t leafid, int64_t value)
bin/cpdup/hclink.c
388
hcc_check_space(hctransaction_t trans, struct HCHead *head, int n, int size)
bin/cpdup/hclink.c
464
hcc_nextitem(hctransaction_t trans, struct HCHead *head, struct HCLeaf *item)
bin/cpdup/hclink.c
501
hctransaction_t trans = &hc->trans;
bin/cpdup/hclink.c
518
hctransaction_t trans = &hc->trans;
bin/cpdup/hclink.c
529
hcc_debug_dump(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hclink.c
76
rc_badop(hctransaction_t trans __unused, struct HCHead *head)
bin/cpdup/hclink.c
88
int (*dispatch[256])(hctransaction_t, struct HCHead *);
bin/cpdup/hclink.h
105
struct HCLeaf *hcc_nextitem(hctransaction_t trans, struct HCHead *head, struct HCLeaf *item);
bin/cpdup/hclink.h
71
int (*func)(hctransaction_t, struct HCHead *);
bin/cpdup/hclink.h
92
struct HCHead *hcc_read_command(struct HostConf *hc, hctransaction_t trans);
bin/cpdup/hclink.h
93
hctransaction_t hcc_start_command(struct HostConf *hc, int16_t cmd);
bin/cpdup/hclink.h
94
struct HCHead *hcc_finish_command(hctransaction_t trans);
bin/cpdup/hclink.h
95
void hcc_leaf_string(hctransaction_t trans, int16_t leafid, const char *str);
bin/cpdup/hclink.h
96
void hcc_leaf_data(hctransaction_t trans, int16_t leafid, const void *ptr, int bytes);
bin/cpdup/hclink.h
97
void hcc_leaf_int32(hctransaction_t trans, int16_t leafid, int32_t value);
bin/cpdup/hclink.h
98
void hcc_leaf_int64(hctransaction_t trans, int16_t leafid, int64_t value);
bin/cpdup/hclink.h
99
int hcc_check_space(hctransaction_t trans, struct HCHead *head, int n, int size);
bin/cpdup/hcproto.c
1003
hctransaction_t trans;
bin/cpdup/hcproto.c
1049
rc_write(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1090
hctransaction_t trans;
bin/cpdup/hcproto.c
11
static int hc_decode_stat(hctransaction_t trans, struct stat *, struct HCHead *);
bin/cpdup/hcproto.c
1113
rc_remove(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1137
hctransaction_t trans;
bin/cpdup/hcproto.c
1156
rc_mkdir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1187
hctransaction_t trans;
bin/cpdup/hcproto.c
1205
rc_rmdir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1231
hctransaction_t trans;
bin/cpdup/hcproto.c
1259
rc_chown(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1298
hctransaction_t trans;
bin/cpdup/hcproto.c
13
static int rc_encode_stat(hctransaction_t trans, struct stat *);
bin/cpdup/hcproto.c
1326
rc_lchown(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1365
hctransaction_t trans;
bin/cpdup/hcproto.c
1386
hctransaction_t trans;
bin/cpdup/hcproto.c
140
hctransaction_t trans;
bin/cpdup/hcproto.c
1405
rc_chmod(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1439
hctransaction_t trans;
bin/cpdup/hcproto.c
1465
rc_mknod(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
15
static int rc_hello(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1500
hctransaction_t trans;
bin/cpdup/hcproto.c
1519
rc_link(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1551
hctransaction_t trans;
bin/cpdup/hcproto.c
1579
hctransaction_t trans;
bin/cpdup/hcproto.c
16
static int rc_stat(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1605
rc_chflags(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1645
hctransaction_t trans;
bin/cpdup/hcproto.c
1675
rc_readlink(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
17
static int rc_lstat(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1701
hctransaction_t trans;
bin/cpdup/hcproto.c
1726
rc_umask(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1746
hctransaction_t trans;
bin/cpdup/hcproto.c
1765
rc_symlink(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1796
hctransaction_t trans;
bin/cpdup/hcproto.c
18
static int rc_opendir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1815
rc_rename(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1846
hctransaction_t trans;
bin/cpdup/hcproto.c
1873
hctransaction_t trans;
bin/cpdup/hcproto.c
1898
rc_utimes(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
19
static int rc_readdir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1943
hctransaction_t trans;
bin/cpdup/hcproto.c
195
rc_hello(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1967
rc_geteuid(hctransaction_t trans, struct HCHead *head __unused)
bin/cpdup/hcproto.c
1995
hctransaction_t trans;
bin/cpdup/hcproto.c
20
static int rc_closedir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
2041
rc_getgroups(hctransaction_t trans, struct HCHead *head __unused)
bin/cpdup/hcproto.c
21
static int rc_scandir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
22
static int rc_open(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
223
hctransaction_t trans;
bin/cpdup/hcproto.c
23
static int rc_close(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
24
static int rc_read(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
241
hctransaction_t trans;
bin/cpdup/hcproto.c
25
static int rc_readfile(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
256
hc_decode_stat(hctransaction_t trans, struct stat *st, struct HCHead *head)
bin/cpdup/hcproto.c
26
static int rc_write(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
27
static int rc_remove(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
28
static int rc_mkdir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
29
static int rc_rmdir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
30
static int rc_chown(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
31
static int rc_lchown(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
32
static int rc_chmod(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
33
static int rc_mknod(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
330
rc_stat(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
34
static int rc_link(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
348
rc_lstat(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
36
static int rc_chflags(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
373
rc_encode_stat(hctransaction_t trans, struct stat *st)
bin/cpdup/hcproto.c
38
static int rc_readlink(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
39
static int rc_umask(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
40
static int rc_symlink(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
405
hctransaction_t trans;
bin/cpdup/hcproto.c
41
static int rc_rename(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
42
static int rc_utimes(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
43
static int rc_geteuid(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
44
static int rc_getgroups(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
445
rc_opendir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
489
hctransaction_t trans;
bin/cpdup/hcproto.c
533
rc_readdir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
564
hctransaction_t trans;
bin/cpdup/hcproto.c
594
rc_closedir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
617
rc_scandir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
667
hctransaction_t trans;
bin/cpdup/hcproto.c
726
rc_open(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
787
hctransaction_t trans;
bin/cpdup/hcproto.c
824
rc_close(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
857
hctransaction_t trans;
bin/cpdup/hcproto.c
932
rc_read(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
965
rc_readfile(hctransaction_t trans, struct HCHead *head)