Searched defs:png_signature (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
H A Dpng.c119 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
131 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c134 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
136 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
/external/libpng/
H A Dpng.c124 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
136 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c65 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],

Completed in 46 milliseconds