Searched refs:lengthw (Results 1 – 1 of 1) sorted by relevance
433 size_t lengthw = 0, lengthh = 0; in png_set_sCAL_s() local446 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 || in png_set_sCAL_s()447 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) in png_set_sCAL_s()456 ++lengthw; in png_set_sCAL_s()458 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthw); in png_set_sCAL_s()461 png_malloc_warn(png_ptr, lengthw)); in png_set_sCAL_s()470 memcpy(info_ptr->scal_s_width, swidth, lengthw); in png_set_sCAL_s()