Lines Matching refs:signature
113 /* Read and check the PNG file signature */
119 /* Exit if the user application does not expect a signature. */
130 /* The signature must be serialized in a single I/O call. */
131 png_read_data(png_ptr, &(info_ptr->signature[num_checked]), num_to_check);
134 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
137 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))