tmpsiz            479 modules/file_shelter.c const unsigned tmpsiz = 32768; // temporary buffer size
tmpsiz            641 modules/file_shelter.c     storageneed += tmpsiz; // for temp buffer
tmpsiz            671 modules/file_shelter.c             stmax = storageneed - tmpsiz;
tmpsiz            760 modules/file_shelter.c                     if ( compute_file_crc(buf, tmpbuf, fh->size, tmpsiz, &crc) ) {