OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Aug 12 00:25:48 UTC 2026