Lines Matching defs:string_key
233 uint8_t string_key[20];
266 disk_cache_compute_key(cache, string, sizeof(string), string_key);
267 disk_cache_put(cache, string_key, string, sizeof(string), NULL);
272 result = (char *) disk_cache_get(cache, string_key, &size);
330 if (does_cache_contain(cache, string_key))
351 disk_cache_put(cache, string_key, string, sizeof(string), NULL);
360 if (does_cache_contain(cache, string_key))
386 if (does_cache_contain(cache, string_key))
470 uint8_t string_key[20];
507 disk_cache_compute_key(cache2, string, sizeof(string), string_key);
508 disk_cache_put(cache2, string_key, string, sizeof(string), NULL);
513 result = (char *) disk_cache_get(cache1, string_key, &size);