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

  /external/squashfs-tools/squashfs-tools/
xattr.c 78 static char *data_cache = NULL; variable
333 data_cache, SQUASHFS_METADATA_SIZE,
338 memmove(data_cache, data_cache + SQUASHFS_METADATA_SIZE,
349 data_cache = realloc(data_cache, cache_size +
351 if(data_cache == NULL)
359 return data_cache + cache_bytes - req_size;
492 char *datap = data_cache;
796 memcpy(sdata_cache, data_cache, cache_bytes)
    [all...]
unsquashfs_info.c 87 dump_cache(data_cache);
unsquashfs.h 243 extern struct cache *fragment_cache, *data_cache;
read_fs.c 857 char **cinode_table, char **data_cache, char **cdirectory_table,
954 *data_cache = malloc(root_inode_offset + *root_inode_size);
955 if(*data_cache == NULL)
958 memcpy(*data_cache, inode_table + root_inode_block,
mksquashfs.c 152 char *data_cache = NULL; variable
408 + (((char *)A) - data_cache)))
416 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes);
499 data_cache, SQUASHFS_METADATA_SIZE,
505 memmove(data_cache, data_cache + SQUASHFS_METADATA_SIZE,
517 void *dc = realloc(data_cache, cache_size +
522 data_cache = dc;
527 return data_cache + cache_bytes - req_size;
625 char *datap = data_cache;
    [all...]
unsquashfs.c 46 struct cache *fragment_cache, *data_cache; variable in typeref:struct:
1041 block->buffer = cache_get(data_cache, start,
    [all...]

Completed in 281 milliseconds