Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.c881 if (item->leafid != LC_DATA) in hc_read()
912 if (item->leafid == LC_DATA) { in hc_read()
957 hcc_leaf_data(trans, LC_DATA, buf, n); in rc_read()
986 hcc_leaf_data(trans, LC_DATA, buf, n); in rc_readfile()
1025 hcc_leaf_data(trans, LC_DATA, buf, n); in hc_write()
1061 case LC_DATA: in rc_write()
1662 if (item->leafid == LC_DATA) { in hc_readlink()
1691 hcc_leaf_data(trans, LC_DATA, buf, r); in rc_readlink()
H A Dhcproto.h67 #define LC_DATA (0x0025|LCF_BINARY) macro