Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:units_len

1544    png_size_t purpose_len, units_len, total_len;
1556 units_len = png_strlen(units) + (nparams == 0 ? 0 : 1);
1557 png_debug1(3, "pCAL units length = %d\n", (int)units_len);
1558 total_len = purpose_len + units_len + 10;
1580 png_write_chunk_data(png_ptr, (png_bytep)units, (png_size_t)units_len);