Home | History | Annotate | Download | only in tests

Lines Matching refs:blob

192    /* If the text of this blob is changed, then blob_key_byte_zero
195 char blob[] = "This is a blob of thirty-seven bytes";
208 _mesa_sha1_compute(blob, sizeof(blob), blob_key);
216 disk_cache_put(cache, blob_key, blob, sizeof(blob));
219 expect_equal_str(blob, result, "disk_cache_get of existing item (pointer)");
220 expect_equal(size, sizeof(blob), "disk_cache_get of existing item (size)");
257 * directory as the original blob first written to the cache.
292 disk_cache_put(cache, blob_key, blob, sizeof(blob));