Home | History | Annotate | Download | only in libpng

Lines Matching full:png_signature

51    png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
65 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));