Lines Matching defs:size
82 disk_cache_format_hex_id(char *buf, const uint8_t *hex_id, unsigned size)
87 for (i = 0; i < size; i += 2) {
211 const void *data, size_t size,
227 void *data, size_t size,
235 * If \size is non-NULL, then, on successful return, it will be set to the
236 * size of the object.
244 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size);
272 * Compute the name \key from \data of given \size.
275 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,
298 const void *data, size_t size,
306 void *data, size_t size,
319 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size)
337 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,