Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_check_sig

948  * png_check_sig(sig, n) := !png_sig_cmp(sig, 0, n).
950 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n))