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

  /external/squashfs-tools/squashfs-tools/
xattr.c 58 static char *data_cache = NULL; variable
298 data_cache, SQUASHFS_METADATA_SIZE,
303 memmove(data_cache, data_cache + SQUASHFS_METADATA_SIZE,
314 data_cache = realloc(data_cache, cache_size +
316 if(data_cache == NULL)
324 return data_cache + cache_bytes - req_size;
457 char *datap = data_cache;
749 memcpy(sdata_cache, data_cache, cache_bytes)
    [all...]
unsquashfs.c 41 struct cache *fragment_cache, *data_cache; variable in typeref:struct:
1036 block->buffer = cache_get(data_cache, start,
    [all...]
mksquashfs.c 136 char *data_cache = NULL; variable
374 + (((char *)A) - data_cache)))
382 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes);
464 data_cache, SQUASHFS_METADATA_SIZE,
470 memmove(data_cache, data_cache + SQUASHFS_METADATA_SIZE,
482 void *dc = realloc(data_cache, cache_size +
487 data_cache = dc;
492 return data_cache + cache_bytes - req_size;
590 char *datap = data_cache;
    [all...]

Completed in 292 milliseconds