Searched refs:allocated_steps (Results 1 – 1 of 1) sorted by relevance
172 int allocated_steps; member379 if(state->todo_ix >= state->allocated_steps) { in code128_alloc_step()380 state->allocated_steps += 1024; in code128_alloc_step()382 … state->allocated_steps * sizeof(struct code128_step)); in code128_alloc_step()466 state.allocated_steps = 256; in code128_encode_raw()467 …state.steps = (struct code128_step *) CODE128_MALLOC(state.allocated_steps * sizeof(struct code128… in code128_encode_raw()