Searched refs:dict_put (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | mkmap.h | 32 #define mkmap_append(map, key, val) dict_put((map)->dict, (key), (val))
|
H A D | dict_debug.c | 81 result = dict_put(real_dict, key, value); in dict_debug_update()
|
H A D | dict_test.c | 133 if (dict_put(dict, key, value) != 0) in dict_test()
|
H A D | dict.h | 250 #define dict_put(dp, key, val) (dp)->update((dp), (key), (val)) macro
|
H A D | dict_cache.c | 322 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 D | postconf_master.c | 403 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 D | smtp_sasl_auth_cache.c | 268 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 D | lz_decoder.h | 187 dict_put(lzma_dict *dict, uint8_t byte) in dict_put() function
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_scache.c | 357 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 D | lzma_decoder.c | 485 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 D | proxymap.c | 516 dict_status = dict_put(dict, STR(request_key), STR(request_value)); in proxymap_update_service()
|