Searched refs:cache_key (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_cache.c | 255 #define DC_MATCH_SAVED_CURRENT_KEY(cp, cache_key) \ argument 256 ((cp)->saved_curr_key && strcmp((cp)->saved_curr_key, (cache_key)) == 0) 272 const char *dict_cache_lookup(DICT_CACHE *cp, const char *cache_key) in dict_cache_lookup() argument 283 && DC_MATCH_SAVED_CURRENT_KEY(cp, cache_key)) { in dict_cache_lookup() 286 myname, cache_key); in dict_cache_lookup() 289 cache_val = dict_get(db, cache_key); in dict_cache_lookup() 293 cp->name, cache_key); in dict_cache_lookup() 295 msg_info("%s: key=%s value=%s", myname, cache_key, in dict_cache_lookup() 304 int dict_cache_update(DICT_CACHE *cp, const char *cache_key, in dict_cache_update() argument 315 && DC_MATCH_SAVED_CURRENT_KEY(cp, cache_key)) { in dict_cache_update() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Reviewing/ |
H A D | find_interesting_reviews.py | 480 def _populate_cache_for(self, cache_key): argument 481 assert cache_key not in self.cache 482 git_repo, base_revision, path = cache_key 487 self.cache[cache_key] = \ 498 cache_key = (git_repo, base_revision, path) 499 if cache_key not in self.cache: 500 self._populate_cache_for(cache_key) 501 assert cache_key in self.cache 502 all_blame_lines = self.cache[cache_key]
|
/netbsd-src/sys/kern/ |
H A D | vfs_cache.c | 363 cache_key(const char *name, size_t nlen) in cache_key() 386 KASSERT(cache_key(ncp->nc_name, namelen) == ncp->nc_key); in cache_remove() 559 key = cache_key(name, namelen); in cache_lookup() 681 key = cache_key(name, namelen); in cache_lookup_linked() 959 ncp->nc_key = cache_key(name, namelen); in cache_enter() 1265 key = cache_key(name, namelen); in cache_purge_name() 361 cache_key(const char *name, size_t nlen) cache_key() function
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcsps.h | 31 TSS_RESULT cache_key(UINT32, UINT16, TSS_UUID *, TSS_UUID *, UINT16, UINT32, UINT32);
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
H A D | ps_utils.c | 222 cache_key(UINT32 offset, UINT16 flags, in cache_key() function
|
H A D | tcsps.c | 668 if ((rc = cache_key((UINT32)offset, cache_flags, uuid, parent_uuid, pub_key_size, in psfile_write_key()
|