Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmkmap.h32 #define mkmap_append(map, key, val) dict_put((map)->dict, (key), (val))
H A Ddict_debug.c81 result = dict_put(real_dict, key, value); in dict_debug_update()
H A Ddict_test.c133 if (dict_put(dict, key, value) != 0) in dict_test()
H A Ddict.h250 #define dict_put(dp, key, val) (dp)->update((dp), (key), (val)) macro
H A Ddict_cache.c322 put_res = dict_put(db, cache_key, cache_val); in dict_cache_update()
531 dict_put(cp->db, DC_LAST_CACHE_CLEANUP_COMPLETED, in dict_cache_clean_event()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_master.c403 dict_put(masterp->ro_params, VAR_PROCNAME, process_name); in pcf_parse_master_entry()
404 dict_put(masterp->ro_params, VAR_SERVNAME, in pcf_parse_master_entry()
1077 dict_put(masterp->all_params, param_name, param_value); in pcf_edit_master_param()
1114 dict_put(masterp->all_params, param_name, param_value); in pcf_edit_master_param()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.c268 dict_put(auth_cache->dict, key, value); in smtp_sasl_auth_cache_store()
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.h187 dict_put(lzma_dict *dict, uint8_t byte) in dict_put() function
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_scache.c357 dict_put(cp->db, cache_id, STR(hex_data)); in tls_scache_update()
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.c485 if (unlikely(dict_put(&dict, symbol))) { in lzma_decode()
717 if (unlikely(dict_put(&dict, dict_get( in lzma_decode()
/netbsd-src/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c516 dict_status = dict_put(dict, STR(request_key), STR(request_value)); in proxymap_update_service()