Searched refs:lengthw (Results 1 – 1 of 1) sorted by relevance
365 png_size_t lengthw = 0, lengthh = 0; in png_set_sCAL_s() local378 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 || in png_set_sCAL_s()379 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) in png_set_sCAL_s()388 ++lengthw; in png_set_sCAL_s()390 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthw); in png_set_sCAL_s()393 png_malloc_warn(png_ptr, lengthw)); in png_set_sCAL_s()401 memcpy(info_ptr->scal_s_width, swidth, lengthw); in png_set_sCAL_s()