UDL_CB_BODY_SIZE
if (cb->compblock + next >= UDL_CB_BODY_SIZE) {
padding = (UDL_CB_BODY_SIZE - cb->compblock);
if (cb->compblock > UDL_CB_BODY_SIZE) {
padding = (UDL_CB_BODY_SIZE - cb->compblock);
#define UDL_CB_RESTART_SIZE (UDL_CB_BODY_SIZE - UDL_CB_TAIL_SIZE)