Home | History | Annotate | Download | only in gregbook

Lines Matching defs:inbuf

190 static uch inbuf[INBUFSIZE];
518 incount = fread(inbuf, 1, INBUFSIZE, infile);
519 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
599 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
623 incount = fread(inbuf, 1, INBUFSIZE, infile);