Lines Matching defs:map_length
64 int map_offset, map_length ;
293 rsrc.map_length = str_offset - rsrc.map_offset ;
294 psf_binheader_writef (psf, "Eo4o4", BHWo (12), BHW4 (rsrc.map_length),
295 BHWo (rsrc.map_offset + 12), BHW4 (rsrc.map_length)) ;
297 psf->header.indx = rsrc.map_offset + rsrc.map_length ;
401 rsrc.map_length = read_rsrc_int (&rsrc, 12) ;
408 rsrc.map_length = read_rsrc_int (&rsrc, 0x52 + 12) ;
413 rsrc.data_offset, rsrc.map_offset, rsrc.data_length, rsrc.map_length) ;
433 if (rsrc.map_length > rsrc.rsrc_len)
434 { psf_log_printf (psf, "Error : rsrc.map_length > len\n") ;
439 if (rsrc.data_offset + rsrc.data_length != rsrc.map_offset || rsrc.map_offset + rsrc.map_length != rsrc.rsrc_len)