Searched refs:sdata_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c74 static char *sdata_cache = NULL; variable
716 sdata_cache = malloc(cache_bytes);
717 if(sdata_cache == NULL)
720 memcpy(sdata_cache, data_cache, cache_bytes);
744 memcpy(data_cache, sdata_cache, scache_bytes);
H A Dmksquashfs.c286 char *sdata_cache, *sdirectory_data_cache, *sdirectory_compressed; variable
772 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes);
5175 sdata_cache = malloc(scache_bytes);
5176 if(sdata_cache == NULL)
5181 memcpy(sdata_cache, data_cache, scache_bytes);

Completed in 111 milliseconds