HomeSort by relevance Sort by last modified time
    Searched refs:readpng2_check_sig (Results 1 - 4 of 4) sorted by null

  /external/libpng/contrib/gregbook/
readpng2.h 115 int readpng2_check_sig(uch *sig, int num);
readpng2.c 160 int readpng2_check_sig(uch *sig, int num) function
rpng2-win.c 472 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
    [all...]
rpng2-x.c 519 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
    [all...]

Completed in 58 milliseconds