Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_cache.h31 extern int dict_cache_update(DICT_CACHE *, const char *, const char *);
Ddict_cache.c304 int dict_cache_update(DICT_CACHE *cp, const char *cache_key, in dict_cache_update() function
927 if (dict_cache_update(dp, STR(bp), STR(bp)) != 0) { in update_action()
/netbsd/src/external/ibm-public/postfix/dist/src/verify/
Dverify.c411 dict_cache_update(verify_map, STR(addr), STR(buf)); in verify_update_service()
550 dict_cache_update(verify_map, STR(addr), STR(put_buf)); in verify_query_service()
/netbsd/src/external/ibm-public/postfix/dist/src/postscreen/
Dpostscreen_dict.c154 dict_cache_update(cache, key, value); in psc_cache_update()