stmax             477 modules/file_shelter.c static unsigned stmax = 0; // size of allocated exmem area
stmax             491 modules/file_shelter.c     if (p>starea+stmax-sizeof(fs_fheader) || p<starea) {
stmax             671 modules/file_shelter.c             stmax = storageneed - tmpsiz;
stmax             672 modules/file_shelter.c             tmpbuf = starea + stmax;
stmax             887 modules/file_shelter.c                 crc32(starea, stmax, &crc);
stmax             905 modules/file_shelter.c                 crc32(starea, stmax, &crc);
stmax             939 modules/file_shelter.c                 crc32(starea, stmax, &stcrc);