D | readpdb.c | 991 static void* pdb_ds_read( struct pdb_reader* pdb, in pdb_ds_read() argument 1006 blocksize = pdb->u.ds.header->block_size; in pdb_ds_read() 1011 pdb->pdbimage + block_list[i] * blocksize, in pdb_ds_read() 1017 static void* pdb_jg_read( struct pdb_reader* pdb, in pdb_jg_read() argument 1027 blocksize = pdb->u.jg.header->blocksize; in pdb_jg_read() 1032 pdb->pdbimage + block_list[i]*blocksize, blocksize ); in pdb_jg_read() 1077 static void* pdb_jg_read_file( struct pdb_reader* pdb, in pdb_jg_read_file() argument 1082 unsigned blocksize = pdb->u.jg.header->blocksize; in pdb_jg_read_file() 1083 struct PDB_JG_TOC* toc = pdb->u.jg.toc; in pdb_jg_read_file() 1097 return pdb_jg_read( pdb, block_list, toc->file[fileNr].size ); in pdb_jg_read_file() [all …]
|