Home | History | Annotate | Download | only in libpng16

Lines Matching refs:png_check_sig

952  * png_check_sig(sig, n) := !png_sig_cmp(sig, 0, n).
954 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n))