Home
last modified time | relevance | path

Searched refs:raw_cache_key (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_cache.c369 const char *raw_cache_key; in dict_cache_sequence() local
379 seq_res = dict_seq(db, first_next, &raw_cache_key, &raw_cache_val); in dict_cache_sequence()
381 && strcmp(raw_cache_key, DC_LAST_CACHE_CLEANUP_COMPLETED) == 0) in dict_cache_sequence()
383 dict_seq(db, DICT_SEQ_FUN_NEXT, &raw_cache_key, &raw_cache_val); in dict_cache_sequence()
386 seq_res == 0 ? raw_cache_key : db->error ? in dict_cache_sequence()
405 cp->saved_curr_key = mystrdup(raw_cache_key); in dict_cache_sequence()