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

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_sasl_auth_cache.c 136 (DICT_FLAG_DUP_REPLACE | DICT_FLAG_SYNC_UPDATE | DICT_FLAG_UTF8_REQUEST)
  /src/external/ibm-public/postfix/dist/src/util/
dict_test.c 84 dict_flags |= DICT_FLAG_DUP_REPLACE;
dict_thash.c 215 } else if (dict_flags & DICT_FLAG_DUP_REPLACE) {
dict_cdb.c 344 else if (dict->flags & DICT_FLAG_DUP_REPLACE)
352 if (dict->flags & (DICT_FLAG_DUP_IGNORE | DICT_FLAG_DUP_REPLACE))
dict.h 120 #define DICT_FLAG_DUP_REPLACE (1<<7) /* replace dups if supported */
dict.c 678 "dup_replace", DICT_FLAG_DUP_REPLACE, /* if file, replace dups */
dict_dbm.c 214 (dict->flags & DICT_FLAG_DUP_REPLACE) ? DBM_REPLACE : DBM_INSERT)) < 0)
dict_lmdb.c 281 (dict->flags & DICT_FLAG_DUP_REPLACE) ? 0 : MDB_NOOVERWRITE);
dict_sdbm.c 208 (dict->flags & DICT_FLAG_DUP_REPLACE) ? DBM_REPLACE : DBM_INSERT)) < 0)
dict_cache.c 86 /* opened with DICT_FLAG_DUP_REPLACE). This function does not
136 /* be opened with DICT_FLAG_DUP_REPLACE.
739 #define DICT_CACHE_OPEN_FLAGS (DICT_FLAG_DUP_REPLACE | DICT_FLAG_SYNC_UPDATE | \
dict_db.c 324 (dict->flags & DICT_FLAG_DUP_REPLACE) ? 0 : DONT_CLOBBER)) < 0)
  /src/external/ibm-public/postfix/dist/src/postalias/
postalias.c 488 mkmap->dict->flags |= DICT_FLAG_DUP_REPLACE;
867 dict_flags |= DICT_FLAG_DUP_REPLACE;
881 dict_flags &= ~(DICT_FLAG_DUP_WARN | DICT_FLAG_DUP_REPLACE);
  /src/external/ibm-public/postfix/dist/src/tls/
tls_scache.c 487 (DICT_FLAG_DUP_REPLACE | DICT_FLAG_OPEN_LOCK | DICT_FLAG_SYNC_UPDATE \
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 1109 dict_flags |= DICT_FLAG_DUP_REPLACE;
1126 dict_flags &= ~(DICT_FLAG_DUP_WARN | DICT_FLAG_DUP_REPLACE);
  /src/external/ibm-public/postfix/dist/src/verify/
verify.c 717 #define VERIFY_DICT_OPEN_FLAGS (DICT_FLAG_DUP_REPLACE | DICT_FLAG_SYNC_UPDATE \
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen.c 968 #define PSC_DICT_OPEN_FLAGS (DICT_FLAG_DUP_REPLACE | DICT_FLAG_SYNC_UPDATE | \
  /src/external/ibm-public/postfix/dist/src/proxymap/
proxymap.c 561 | DICT_FLAG_SYNC_UPDATE | DICT_FLAG_DUP_REPLACE);

Completed in 75 milliseconds