Searched refs:CLUSTER_FLAG_NEXT_NULL (Results 1 – 2 of 2) sorted by relevance
225 #define CLUSTER_FLAG_NEXT_NULL 2 /* This cluster has no next cluster */ macro
328 return info->flags & CLUSTER_FLAG_NEXT_NULL; in cluster_is_null()333 info->flags = CLUSTER_FLAG_NEXT_NULL; in cluster_set_null()
Completed in 11 milliseconds