Home | History | Annotate | Download | only in libpng

Lines Matching full:png_signature

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