Searched refs:DICT_FLAG_LOCK (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_init.c336 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
340 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
344 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
348 DICT_FLAG_LOCK
366 maps_create(VAR_HEADER_CHECKS, var_header_checks, DICT_FLAG_LOCK);
369 maps_create(VAR_MIMEHDR_CHECKS, var_mimehdr_checks, DICT_FLAG_LOCK);
372 maps_create(VAR_NESTHDR_CHECKS, var_nesthdr_checks, DICT_FLAG_LOCK);
375 maps_create(VAR_BODY_CHECKS, var_body_checks, DICT_FLAG_LOCK);
385 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
389 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FI
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_sdbm.c101 if ((dict->flags & DICT_FLAG_LOCK)
136 if ((dict->flags & DICT_FLAG_LOCK)
198 if ((dict->flags & DICT_FLAG_LOCK)
220 if ((dict->flags & DICT_FLAG_LOCK)
256 if ((dict->flags & DICT_FLAG_LOCK)
297 if ((dict->flags & DICT_FLAG_LOCK)
320 if ((dict->flags & DICT_FLAG_LOCK)
382 if ((dict->flags & DICT_FLAG_LOCK)
416 * Note: DICT_FLAG_LOCK is used only by programs that do fine-grained (in
422 if (dict_flags & DICT_FLAG_LOCK) {
[all...]
H A Ddict_dbm.c107 if ((dict->flags & DICT_FLAG_LOCK)
142 if ((dict->flags & DICT_FLAG_LOCK)
204 if ((dict->flags & DICT_FLAG_LOCK)
226 if ((dict->flags & DICT_FLAG_LOCK)
262 if ((dict->flags & DICT_FLAG_LOCK)
303 if ((dict->flags & DICT_FLAG_LOCK)
326 if ((dict->flags & DICT_FLAG_LOCK)
387 if ((dict->flags & DICT_FLAG_LOCK)
431 * Note: DICT_FLAG_LOCK is used only by programs that do fine-grained (in
437 if (dict_flags & DICT_FLAG_LOCK) {
[all...]
H A Ddict_db.c209 if ((dict->flags & DICT_FLAG_LOCK)
246 if ((dict->flags & DICT_FLAG_LOCK)
311 if ((dict->flags & DICT_FLAG_LOCK)
336 if ((dict->flags & DICT_FLAG_LOCK)
375 if ((dict->flags & DICT_FLAG_LOCK)
411 if ((dict->flags & DICT_FLAG_LOCK)
462 if ((dict->flags & DICT_FLAG_LOCK)
477 if ((dict->flags & DICT_FLAG_LOCK)
509 if ((dict->flags & DICT_FLAG_LOCK)
519 if ((dict->flags & DICT_FLAG_LOCK)
[all...]
H A Ddict_lmdb.c154 if ((dict->flags & DICT_FLAG_LOCK)
199 if ((dict->flags & DICT_FLAG_LOCK)
262 if ((dict->flags & DICT_FLAG_LOCK)
291 if ((dict->flags & DICT_FLAG_LOCK)
328 if ((dict->flags & DICT_FLAG_LOCK)
375 if ((dict->flags & DICT_FLAG_LOCK)
413 if ((dict->flags & DICT_FLAG_LOCK)
454 if ((dict->flags & DICT_FLAG_LOCK)
655 if ((dict_flags & DICT_FLAG_LOCK) != 0
H A Ddict.h87 #define DICT_FLAG_LOCK (1<<6) /* use temp lock before access */ macro
129 #define DICT_FLAG_RQST_MASK (DICT_FLAG_FOLD_ANY | DICT_FLAG_LOCK | \
H A Ddict_open.c90 /* .IP DICT_FLAG_LOCK
105 /* to DICT_FLAG_LOCK (temporary lock).
395 if (dict->flags & DICT_FLAG_LOCK)
401 dict->flags |= DICT_FLAG_LOCK;
H A Ddict_test.c74 dict_flags |= DICT_FLAG_LOCK;
H A Dmatch_list.c110 #define DICT_FLAGS (DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX)
/macosx-10.10.1/postfix-255/postfix/src/virtual/
H A Dvirtual.c453 DICT_FLAG_LOCK | DICT_FLAG_PARANOID);
457 DICT_FLAG_LOCK | DICT_FLAG_PARANOID);
461 DICT_FLAG_LOCK | DICT_FLAG_PARANOID);
/macosx-10.10.1/postfix-255/postfix/src/postalias/
H A Dpostalias.c793 dict_flags | DICT_FLAG_LOCK) == 0);
798 dict_flags | DICT_FLAG_LOCK);
801 dict_flags | DICT_FLAG_LOCK);
811 dict_flags | DICT_FLAG_LOCK) == 0);
815 dict_flags | DICT_FLAG_LOCK);
818 dict_flags | DICT_FLAG_LOCK);
829 dict_flags | DICT_FLAG_LOCK);
832 dict_flags | DICT_FLAG_LOCK);
/macosx-10.10.1/postfix-255/postfix/src/trivial-rewrite/
H A Dtrivial-rewrite.c543 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX
549 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX
555 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX
561 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX
H A Dtransport.c101 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX
/macosx-10.10.1/postfix-255/postfix/src/postmap/
H A Dpostmap.c923 dict_flags | DICT_FLAG_LOCK) == 0);
928 dict_flags | DICT_FLAG_LOCK);
931 dict_flags | DICT_FLAG_LOCK);
941 postmap_flags, dict_flags | DICT_FLAG_LOCK) == 0);
945 dict_flags | DICT_FLAG_LOCK);
948 dict_flags | DICT_FLAG_LOCK);
959 dict_flags | DICT_FLAG_LOCK);
962 dict_flags | DICT_FLAG_LOCK);
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp.c1160 DICT_FLAG_LOCK);
1168 DICT_FLAG_LOCK);
1179 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
1199 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
H A Dsmtp_sasl_glue.c239 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmail_addr_find.c205 path = maps_create(argv[0], argv[1], DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
H A Dmail_addr_map.c178 path = maps_create(argv[0], argv[1], DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
H A Dmaps.c242 maps = maps_create("whatever", argv[1], DICT_FLAG_LOCK);
H A Dserver_acl.c133 dict_register(acl, dict_open(acl, O_RDONLY, DICT_FLAG_LOCK
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dunknown.c112 DICT_FLAG_LOCK | DICT_FLAG_NO_REGSUB);
H A Dmailbox.c280 DICT_FLAG_LOCK | DICT_FLAG_NO_REGSUB);
335 DICT_FLAG_LOCK | DICT_FLAG_PARANOID);
H A Dlocal.c859 DICT_FLAG_LOCK | DICT_FLAG_PARANOID
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.c495 dict_register(name, dict_open(name, O_RDONLY, DICT_FLAG_LOCK
605 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
612 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
614 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
616 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
618 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
621 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
623 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
636 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX);
643 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FI
[all...]
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_scache.c487 (DICT_FLAG_DUP_REPLACE | DICT_FLAG_LOCK | DICT_FLAG_SYNC_UPDATE)

Completed in 296 milliseconds

12