Home
last modified time | relevance | path

Searched refs:cluster_hash_dl_min (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/clsync/clsync-85e5475/
H A Dctx.h215 uint16_t cluster_hash_dl_min; member
H A Dmain.c415 ctx_p->cluster_hash_dl_min = (uint16_t)atoi(arg); in parse_parameter()
1189 ctx_p->cluster_hash_dl_min = DEFAULT_CLUSTERHDLMIN; in main()
1330 if(ctx_p->cluster_hash_dl_min > ctx_p->cluster_hash_dl_max) { in main()
H A Dcluster.c1250 if((dirlevel_rel > ctx_p->cluster_scan_dl_max) || (dirlevel_rel < ctx_p->cluster_hash_dl_min)) in cluster_modtime_update()