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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpng.c112 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
124 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c131 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
133 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.c123 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
135 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 104 milliseconds