Lines Matching defs:read_rsrc_int
329 read_rsrc_int (const SD2_RSRC *prsrc, int offset)
334 } /* read_rsrc_int */
398 rsrc.data_offset = read_rsrc_int (&rsrc, 0) ;
399 rsrc.map_offset = read_rsrc_int (&rsrc, 4) ;
400 rsrc.data_length = read_rsrc_int (&rsrc, 8) ;
401 rsrc.map_length = read_rsrc_int (&rsrc, 12) ;
405 rsrc.data_offset = read_rsrc_int (&rsrc, 0x52 + 0) + 0x52 ;
406 rsrc.map_offset = read_rsrc_int (&rsrc, 0x52 + 4) + 0x52 ;
407 rsrc.data_length = read_rsrc_int (&rsrc, 0x52 + 8) ;
408 rsrc.map_length = read_rsrc_int (&rsrc, 0x52 + 12) ;
535 data_offset = rsrc->data_offset + read_rsrc_int (rsrc, rsrc->item_offset + k * 12 + 4) ;
541 data_len = read_rsrc_int (rsrc, data_offset) ;