storptr           480 modules/file_shelter.c static void *storptr = 0;
storptr           591 modules/file_shelter.c     fs_fheader *fh = storptr;
storptr           597 modules/file_shelter.c     storptr += sizeof(fs_fheader);
storptr           598 modules/file_shelter.c     strcpy(storptr, path);
storptr           599 modules/file_shelter.c     storptr += wordpad(fh->nlen);
storptr           607 modules/file_shelter.c     fs_fheader *fh = storptr;
storptr           613 modules/file_shelter.c     storptr += sizeof(fs_fheader);
storptr           614 modules/file_shelter.c     sprintf(storptr, "%s%s%s", path, path[strlen(path)-1]=='/'?"":"/", file);
storptr           615 modules/file_shelter.c     char *name = storptr;
storptr           616 modules/file_shelter.c     storptr += wordpad(fh->nlen);
storptr           618 modules/file_shelter.c     if ( read_file(name, storptr, fh->size) ) {
storptr           620 modules/file_shelter.c         storptr -= sizeof(fs_fheader);
storptr           621 modules/file_shelter.c         storptr -= wordpad(fh->nlen);
storptr           625 modules/file_shelter.c         crc32(storptr, fh->size, &fh->crc); // fh->crc is set to zero prior to this
storptr           626 modules/file_shelter.c         storptr += wordpad(fh->size);
storptr           673 modules/file_shelter.c             storptr = starea;
storptr           691 modules/file_shelter.c     storptr = starea;
storptr           692 modules/file_shelter.c     if (!is_valid_stptr(storptr)) {
storptr           695 modules/file_shelter.c     fs_fheader *fh = storptr;
storptr           698 modules/file_shelter.c             char *lastdir = get_object_name(storptr);
storptr           703 modules/file_shelter.c                 if (!get_next_object(0, &storptr)) {
storptr           724 modules/file_shelter.c                 if (!get_next_object(0, &storptr)) {
storptr           730 modules/file_shelter.c             char *fn = get_object_name(storptr);
storptr           737 modules/file_shelter.c             char *fd = get_object_data(storptr);
storptr           743 modules/file_shelter.c                     if (!get_next_object(0, &storptr)) {
storptr           797 modules/file_shelter.c         if (!get_next_object(0, &storptr)) {
storptr           801 modules/file_shelter.c         fh = storptr;
storptr           936 modules/file_shelter.c                 fs_fheader *fh = storptr;