bin/cpdup/hclink.h
103
void hcc_set_descriptor(struct HostConf *hc, intptr_t desc, void *ptr, int type);
bin/cpdup/hcproto.c
432
hcc_set_descriptor(hc, desc, den, HC_DESC_DIR);
bin/cpdup/hcproto.c
569
hcc_set_descriptor(hc, (intptr_t)dir, NULL, HC_DESC_DIR);
bin/cpdup/hcproto.c
603
hcc_set_descriptor(trans->hc, HCC_INT32(item),
bin/cpdup/hcproto.c
721
hcc_set_descriptor(hc, desc, fdp, HC_DESC_FD);
bin/cpdup/hcproto.c
809
hcc_set_descriptor(hc, fd, NULL, HC_DESC_FD);
bin/cpdup/hcproto.c
841
hcc_set_descriptor(trans->hc, desc, NULL, HC_DESC_FD);