Lines Matching refs:blob_key
258 uint8_t blob_key[20]; in test_put_and_get() local
273 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); in test_put_and_get()
276 result = (char *) disk_cache_get(cache, blob_key, &size); in test_put_and_get()
281 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
286 result = (char *) disk_cache_get(cache, blob_key, &size); in test_put_and_get()
334 one_KB_key[0] = blob_key[0]; in test_put_and_get()
354 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
377 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
384 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
399 one_MB_key[0] = blob_key[0]; in test_put_and_get()
410 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
495 uint8_t blob_key[20]; in test_put_and_get_between_instances() local
510 disk_cache_compute_key(cache1, blob, sizeof(blob), blob_key); in test_put_and_get_between_instances()
513 result = (char *) disk_cache_get(cache1, blob_key, &size); in test_put_and_get_between_instances()
517 result = (char *) disk_cache_get(cache2, blob_key, &size); in test_put_and_get_between_instances()
522 disk_cache_put(cache1, blob_key, blob, sizeof(blob), NULL); in test_put_and_get_between_instances()
527 result = (char *) disk_cache_get(cache2, blob_key, &size); in test_put_and_get_between_instances()
810 uint8_t blob_key[20]; in TEST_F() local
838 disk_cache_compute_key(cache_sf_wr, blob, sizeof(blob), blob_key); in TEST_F()
842 result = (char *) disk_cache_get(cache_sf_wr, blob_key, &size); in TEST_F()
847 disk_cache_put(cache_sf_wr, blob_key, blob, sizeof(blob), NULL); in TEST_F()
850 result = (char *) disk_cache_get(cache_sf_wr, blob_key, &size); in TEST_F()
881 result = (char *) disk_cache_get(cache_sf_ro, blob_key, &size); in TEST_F()
910 result = (char *) disk_cache_get(cache_mesa_db, blob_key, &size); in TEST_F()
955 result = (char *) disk_cache_get(cache_mesa_db, blob_key, &size); in TEST_F()
974 result = (char *) disk_cache_get(cache_multifile, blob_key, &size); in TEST_F()
1007 result = (char *) disk_cache_get(cache_multifile, blob_key, &size); in TEST_F()
1029 uint8_t blob_key[20]; in TEST_F() local
1056 disk_cache_compute_key(cache_sf_wr, blob, sizeof(blob), blob_key); in TEST_F()
1059 result = (char *)disk_cache_get(cache_sf_wr, blob_key, &size); in TEST_F()
1065 disk_cache_put(cache_sf_wr, blob_key, blob, sizeof(blob), NULL); in TEST_F()
1068 result = (char *)disk_cache_get(cache_sf_wr, blob_key, &size); in TEST_F()
1100 result = (char *)disk_cache_get(cache_sf, blob_key, &size); in TEST_F()
1117 result = (char *)disk_cache_get(cache_sf, blob_key, &size); in TEST_F()
1128 result = (char *)poll_disk_cache_get(cache_sf, blob_key, &size); in TEST_F()
1148 result = (char *)disk_cache_get(cache_sf, blob_key, &size); in TEST_F()
1163 result = (char *)poll_disk_cache_get(cache_sf, blob_key, &size); in TEST_F()
1291 uint8_t blob_key[20]; in test_put_and_get_disabled() local
1297 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); in test_put_and_get_disabled()
1300 result = (char *) disk_cache_get(cache, blob_key, &size); in test_put_and_get_disabled()
1305 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get_disabled()
1310 result = (char *) disk_cache_get(cache, blob_key, &size); in test_put_and_get_disabled()