Searched refs:max_blob_size (Results 1 – 1 of 1) sorted by relevance
363 const signed long max_blob_size = 64 * 1024; in disk_cache_get() local364 void *blob = malloc(max_blob_size); in disk_cache_get()369 cache->blob_get_cb(key, CACHE_KEY_SIZE, blob, max_blob_size); in disk_cache_get()