Home | History | Annotate | Download | only in jni

Lines Matching refs:png_sig_cmp

1006 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start,
1010 * png_check_sig(sig, n) := !png_sig_cmp(sig, 0, n).
1012 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n))