Home
last modified time | relevance | path

Searched refs:HC_DESC_DIR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/cpdup/
H A Dhcproto.c426 if (hcc_get_descriptor(hc, desc, HC_DESC_DIR)) { in hc_opendir()
432 hcc_set_descriptor(hc, desc, den, HC_DESC_DIR); in hc_opendir()
461 desc = hcc_alloc_descriptor(trans->hc, dir, HC_DESC_DIR); in rc_opendir()
498 den = hcc_get_descriptor(hc, (intptr_t)dir, HC_DESC_DIR); in hc_readdir()
541 dir = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_DIR); in rc_readdir()
567 if ((den = hcc_get_descriptor(hc, (intptr_t)dir, HC_DESC_DIR)) != NULL) { in hc_closedir()
569 hcc_set_descriptor(hc, (intptr_t)dir, NULL, HC_DESC_DIR); in hc_closedir()
601 dir = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_DIR); in rc_closedir()
604 NULL, HC_DESC_DIR); in rc_closedir()
H A Dhcproto.h81 #define HC_DESC_DIR 1 macro