INBUFSIZE 188 contrib/gregbook/rpng2-win.c static uch inbuf[INBUFSIZE];
INBUFSIZE 490 contrib/gregbook/rpng2-win.c incount = fread(inbuf, 1, INBUFSIZE, infile);
INBUFSIZE 583 contrib/gregbook/rpng2-win.c if (error || incount != INBUFSIZE || rpng2_info.state == kDone) {
INBUFSIZE 603 contrib/gregbook/rpng2-win.c incount = fread(inbuf, 1, INBUFSIZE, infile);
INBUFSIZE 207 contrib/gregbook/rpng2-x.c static uch inbuf[INBUFSIZE];
INBUFSIZE 520 contrib/gregbook/rpng2-x.c incount = fread(inbuf, 1, INBUFSIZE, infile);
INBUFSIZE 605 contrib/gregbook/rpng2-x.c if (error || incount != INBUFSIZE || rpng2_info.state == kDone) {
INBUFSIZE 625 contrib/gregbook/rpng2-x.c incount = fread(inbuf, 1, INBUFSIZE, infile);