Home | History | Annotate | Download | only in gregbook

Lines Matching defs:inbuf

159 static uch inbuf[INBUFSIZE];
471 incount = fread(inbuf, 1, INBUFSIZE, infile);
472 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
554 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
578 incount = fread(inbuf, 1, INBUFSIZE, infile);