Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dhave-struct-field.m48 define(cache_val, translit(ac_cv_type_$1_$2, [A-Z ], [a-z_])) macro
9 AC_CACHE_CHECK([for $2 in $1], cache_val,[
12 [cache_val=yes],
13 [cache_val=no])
15 if test "$cache_val" = yes; then
20 undefine([cache_val])
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_cache.c275 const char *cache_val; in dict_cache_lookup() local
289 cache_val = dict_get(db, cache_key); in dict_cache_lookup()
290 if (cache_val == 0 && db->error != 0) in dict_cache_lookup()
296 cache_val ? cache_val : db->error ? in dict_cache_lookup()
298 DICT_ERR_VAL_RETURN(cp, db->error, cache_val); in dict_cache_lookup()
305 const char *cache_val) in dict_cache_update() argument
321 msg_info("%s: key=%s value=%s", myname, cache_key, cache_val); in dict_cache_update()
322 put_res = dict_put(db, cache_key, cache_val); in dict_cache_update()
365 const char **cache_val) in dict_cache_sequence() argument
438 *cache_val = (cp)->saved_curr_val; in dict_cache_sequence()
[all …]