Searched refs:DICT_SEQ_FUN_NEXT (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_unused.c80 how = DICT_SEQ_FUN_NEXT) {
H A Dpostconf_user.c267 how = DICT_SEQ_FUN_NEXT) {
H A Dpostconf_master.c823 how = DICT_SEQ_FUN_NEXT) {
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict.h162 #define DICT_SEQ_FUN_NEXT 1 /* set cursor to next record */ macro
H A Ddict_ht.c128 how == DICT_SEQ_FUN_NEXT ? HTABLE_SEQ_NEXT :
H A Ddict_test.c128 if (dict_seq(dict, DICT_SEQ_FUN_NEXT, &key, &value) == 0)
H A Ddict_thash.c107 case DICT_SEQ_FUN_NEXT:
H A Ddict_db.c450 case DICT_SEQ_FUN_NEXT:
499 case DICT_SEQ_FUN_NEXT:
H A Ddict_cache.c136 /* DICT_SEQ_FUN_NEXT (next cache element).
380 dict_seq(db, DICT_SEQ_FUN_NEXT, &raw_cache_key, &raw_cache_val);
493 first_next = DICT_SEQ_FUN_NEXT;
967 cp->first_next = DICT_SEQ_FUN_NEXT;
H A Ddict_dbm.c337 case DICT_SEQ_FUN_NEXT:
H A Ddict_lmdb.c403 case DICT_SEQ_FUN_NEXT:
H A Ddict_sdbm.c332 case DICT_SEQ_FUN_NEXT:
/macosx-10.10.1/postfix-255/postfix/src/postalias/
H A Dpostalias.c633 for (func = DICT_SEQ_FUN_FIRST; /* void */ ; func = DICT_SEQ_FUN_NEXT) {
/macosx-10.10.1/postfix-255/postfix/src/proxymap/
H A Dproxymap.c74 /* is one of DICT_SEQ_FUN_FIRST or DICT_SEQ_FUN_NEXT.
369 && request_func != DICT_SEQ_FUN_NEXT)) {
/macosx-10.10.1/postfix-255/postfix/src/postmap/
H A Dpostmap.c747 for (func = DICT_SEQ_FUN_FIRST; /* void */ ; func = DICT_SEQ_FUN_NEXT) {
/macosx-10.10.1/postfix-255/postfix/src/tlsmgr/
H A Dtlsmgr.c533 tls_scache_sequence(ent->cache_info, DICT_SEQ_FUN_NEXT,

Completed in 203 milliseconds