dwcu
struct dwcu **dcup)
struct dwcu *dcu = NULL;
pool_init(&dcu_pool, "dcu", 1, sizeof(struct dwcu));
dw_dcu_free(struct dwcu *dcu)
void dw_dcu_free(struct dwcu *);
int dw_cu_parse(struct dwbuf *, struct dwbuf *, size_t, struct dwcu **);
struct dwcu *dcu = NULL;
cu_resolve(struct dwcu *dcu, struct itype_queue *cutq, struct ioff_tree *cuot)
cu_reference(struct dwcu *dcu, struct itype_queue *cutq)
cu_merge(struct dwcu *dcu, struct itype_queue *cutq)
cu_parse(struct dwcu *dcu, struct itype_queue *cutq, struct ioff_tree *cuot)
void cu_parse(struct dwcu *, struct itype_queue *,
void cu_resolve(struct dwcu *, struct itype_queue *,
void cu_reference(struct dwcu *, struct itype_queue *);
void cu_merge(struct dwcu *, struct itype_queue *);