bin/cpdup/hcproto.c
426
if (hcc_get_descriptor(hc, desc, HC_DESC_DIR)) {
bin/cpdup/hcproto.c
432
hcc_set_descriptor(hc, desc, den, HC_DESC_DIR);
bin/cpdup/hcproto.c
461
desc = hcc_alloc_descriptor(trans->hc, dir, HC_DESC_DIR);
bin/cpdup/hcproto.c
498
den = hcc_get_descriptor(hc, (intptr_t)dir, HC_DESC_DIR);
bin/cpdup/hcproto.c
541
dir = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_DIR);
bin/cpdup/hcproto.c
567
if ((den = hcc_get_descriptor(hc, (intptr_t)dir, HC_DESC_DIR)) != NULL) {
bin/cpdup/hcproto.c
569
hcc_set_descriptor(hc, (intptr_t)dir, NULL, HC_DESC_DIR);
bin/cpdup/hcproto.c
601
dir = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_DIR);
bin/cpdup/hcproto.c
604
NULL, HC_DESC_DIR);