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

  /src/external/ibm-public/postfix/dist/src/util/
dict_lmdb.c 576 if (dict_flags & DICT_FLAG_BULK_UPDATE)
609 if (dict_flags & DICT_FLAG_BULK_UPDATE) /* XXX Good enough */
636 if (dict_flags & DICT_FLAG_BULK_UPDATE) {
685 if (dict_flags & DICT_FLAG_BULK_UPDATE)
dict.h 131 #define DICT_FLAG_BULK_UPDATE (1<<17) /* optimize for bulk updates */
dict.c 687 "bulk_update", DICT_FLAG_BULK_UPDATE, /* bulk update if supported */
  /src/external/ibm-public/postfix/dist/src/postalias/
postalias.c 338 dict_flags |= DICT_FLAG_BULK_UPDATE;
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 431 dict_flags |= DICT_FLAG_BULK_UPDATE;

Completed in 21 milliseconds