Searched refs:dict_seq (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_test.c | 137 if (dict_seq(dict, DICT_SEQ_FUN_FIRST, &key, &value) == 0) in dict_test() 143 if (dict_seq(dict, DICT_SEQ_FUN_NEXT, &key, &value) == 0) in dict_test()
|
H A D | dict_debug.c | 116 result = dict_seq(real_dict, function, key, value); in dict_debug_sequence()
|
H A D | dict.h | 252 #define dict_seq(dp, f, key, val) (dp)->sequence((dp), (f), (key), (val)) macro
|
H A D | dict_cache.c | 379 seq_res = dict_seq(db, first_next, &raw_cache_key, &raw_cache_val); in dict_cache_sequence() 383 dict_seq(db, DICT_SEQ_FUN_NEXT, &raw_cache_key, &raw_cache_val); in dict_cache_sequence()
|
H A D | Makefile.in | 761 dict_seq_test: dict_open testdb dict_seq.in dict_seq.ref 763 …ND} ./dict_open hash:testdb create sync < dict_seq.in 2>&1 | sed 's/uid=[0-9][0-9][0-9]*/uid=USER/… 764 diff dict_seq.ref dict_seq.tmp 765 rm -f testdb.db testdb.dir testdb.pag dict_seq.tmp
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_scache.c | 399 found_entry = (dict_seq(cp->db, first_next, &member, &value) == 0); in tls_scache_sequence()
|
/netbsd-src/external/ibm-public/postfix/dist/src/proxymap/ |
H A D | proxymap.c | 413 dict_status = dict_seq(dict, request_func, &reply_key, &reply_value); in proxymap_sequence_service()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postalias/ |
H A D | postalias.c | 699 if (dict_seq(dict, func, &key, &value) != 0) in postalias_seq()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/ |
H A D | postmap.c | 908 if (dict_seq(dict, func, &key, &value) != 0) in postmap_seq()
|