HomeSort by relevance Sort by last modified time
    Searched refs:dupl_ptr (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
process_fragments.c 277 struct file_info *dupl_ptr; local
312 dupl_ptr = dupl[DUP_HASH(file_size)];
315 file_buffer->dupl_start = dupl_ptr;
318 for(; dupl_ptr; dupl_ptr = dupl_ptr->next) {
319 if(file_size != dupl_ptr->file_size ||
320 file_size != dupl_ptr->fragment->size)
324 flag = dupl_ptr->have_frag_checksum;
325 checksum = dupl_ptr->fragment_checksum
    [all...]
mksquashfs.c 1783 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; local
1830 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; local
1845 struct file_info *dupl_ptr = malloc(sizeof(struct file_info)); local
1873 struct file_info *dupl_ptr; local
1921 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; local
2600 struct file_info *dupl_ptr; local
    [all...]

Completed in 306 milliseconds