Home | History | Annotate | Download | only in libpng

Lines Matching full:hlen

1862    png_size_t wlen, hlen, total_len;
1867 hlen = strlen(height);
1868 total_len = wlen + hlen + 2;
1878 memcpy(buf + wlen + 2, height, hlen); /* Do NOT append the '\0' here */