HomeSort by: relevance | last modified time | path
    Searched refs:DICT_SEQ_FUN_FIRST (Results 1 - 17 of 17) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_unused.c 200 for (how = DICT_SEQ_FUN_FIRST;
postconf_dbms.c 240 for (dir = DICT_SEQ_FUN_FIRST;
postconf_user.c 282 for (how = DICT_SEQ_FUN_FIRST;
postconf_master.c 1158 for (how = DICT_SEQ_FUN_FIRST;
1191 for (how = DICT_SEQ_FUN_FIRST;
  /src/external/ibm-public/postfix/dist/src/util/
dict_ht.c 129 how == DICT_SEQ_FUN_FIRST ? HTABLE_SEQ_FIRST :
dict_test.c 136 if (dict_seq(dict, DICT_SEQ_FUN_FIRST, &key, &value) == 0)
dict.h 186 #define DICT_SEQ_FUN_FIRST 0 /* set cursor to first record */
dict_cache.c 144 /* One of DICT_SEQ_FUN_FIRST (first cache element) or
493 first_next = DICT_SEQ_FUN_FIRST;
819 cp->first_next = DICT_SEQ_FUN_FIRST;
844 cp->first_next = DICT_SEQ_FUN_FIRST;
dict_cdb.c 187 case DICT_SEQ_FUN_FIRST:
dict_dbm.c 336 case DICT_SEQ_FUN_FIRST:
dict_lmdb.c 412 case DICT_SEQ_FUN_FIRST:
dict_sdbm.c 331 case DICT_SEQ_FUN_FIRST:
dict_db.c 450 case DICT_SEQ_FUN_FIRST:
503 case DICT_SEQ_FUN_FIRST:
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 468 tls_scache_sequence(cache->cache_info, DICT_SEQ_FUN_FIRST,
  /src/external/ibm-public/postfix/dist/src/postalias/
postalias.c 719 for (func = DICT_SEQ_FUN_FIRST; /* void */ ; func = DICT_SEQ_FUN_NEXT) {
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 934 for (func = DICT_SEQ_FUN_FIRST; /* void */ ; func = DICT_SEQ_FUN_NEXT) {
  /src/external/ibm-public/postfix/dist/src/proxymap/
proxymap.c 82 /* DICT_SEQ_FUN_FIRST or DICT_SEQ_FUN_NEXT.
443 || (request_func != DICT_SEQ_FUN_FIRST

Completed in 82 milliseconds