Home
last modified time | relevance | path

Searched refs:DICT_FLAG_LOCK (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_init.c364 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in cleanup_pre_jail()
369 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in cleanup_pre_jail()
374 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in cleanup_pre_jail()
379 DICT_FLAG_LOCK in cleanup_pre_jail()
398 maps_create(VAR_HEADER_CHECKS, var_header_checks, DICT_FLAG_LOCK); in cleanup_pre_jail()
401 maps_create(VAR_MIMEHDR_CHECKS, var_mimehdr_checks, DICT_FLAG_LOCK); in cleanup_pre_jail()
404 maps_create(VAR_NESTHDR_CHECKS, var_nesthdr_checks, DICT_FLAG_LOCK); in cleanup_pre_jail()
407 maps_create(VAR_BODY_CHECKS, var_body_checks, DICT_FLAG_LOCK); in cleanup_pre_jail()
418 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in cleanup_pre_jail()
423 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in cleanup_pre_jail()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_sdbm.c103 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_lookup()
138 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_lookup()
200 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_update()
222 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_update()
258 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_delete()
299 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_delete()
322 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_sequence()
384 if ((dict->flags & DICT_FLAG_LOCK) in dict_sdbm_sequence()
424 if (dict_flags & DICT_FLAG_LOCK) { in dict_sdbm_open()
438 if (dict_flags & DICT_FLAG_LOCK) { in dict_sdbm_open()
[all …]
Ddict_dbm.c109 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_lookup()
144 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_lookup()
206 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_update()
228 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_update()
264 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_delete()
305 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_delete()
328 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_sequence()
389 if ((dict->flags & DICT_FLAG_LOCK) in dict_dbm_sequence()
439 if (dict_flags & DICT_FLAG_LOCK) { in dict_dbm_open()
459 if (dict_flags & DICT_FLAG_LOCK) { in dict_dbm_open()
[all …]
Ddict_db.c214 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_lookup()
251 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_lookup()
316 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_update()
341 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_update()
380 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_delete()
416 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_delete()
467 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_sequence()
482 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_sequence()
514 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_sequence()
524 if ((dict->flags & DICT_FLAG_LOCK) in dict_db_sequence()
[all …]
Ddict_lmdb.c166 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_lookup()
211 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_lookup()
273 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_update()
302 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_update()
340 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_delete()
387 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_delete()
425 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_sequence()
468 if ((dict->flags & DICT_FLAG_LOCK) in dict_lmdb_sequence()
669 if ((dict_flags & DICT_FLAG_LOCK) != 0 in dict_lmdb_open()
Ddict_open.c501 if (dict->flags & DICT_FLAG_LOCK) in dict_open3()
507 dict->flags |= DICT_FLAG_LOCK; in dict_open3()
Ddict.h121 #define DICT_FLAG_LOCK (1<<6) /* use temp lock before access */ macro
169 #define DICT_FLAG_RQST_MASK (DICT_FLAG_FOLD_ANY | DICT_FLAG_LOCK | \
Ddict_test.c82 dict_flags |= DICT_FLAG_LOCK; in dict_test()
Dmatch_list.c140 #define DICT_FLAGS (DICT_FLAG_LOCK | DICT_FLAG_UTF8_REQUEST) in match_list_parse()
/netbsd/src/external/ibm-public/postfix/dist/src/postalias/
Dpostalias.c867 dict_flags | DICT_FLAG_LOCK) == 0); in main()
872 dict_flags | DICT_FLAG_LOCK); in main()
875 dict_flags | DICT_FLAG_LOCK); in main()
885 dict_flags | DICT_FLAG_LOCK) == 0); in main()
889 dict_flags | DICT_FLAG_LOCK); in main()
892 dict_flags | DICT_FLAG_LOCK); in main()
903 dict_flags | DICT_FLAG_LOCK); in main()
906 dict_flags | DICT_FLAG_LOCK); in main()
/netbsd/src/external/ibm-public/postfix/dist/src/postmap/
Dpostmap.c1116 dict_flags | DICT_FLAG_LOCK) == 0); in main()
1121 dict_flags | DICT_FLAG_LOCK); in main()
1124 dict_flags | DICT_FLAG_LOCK); in main()
1134 postmap_flags, dict_flags | DICT_FLAG_LOCK) == 0); in main()
1138 dict_flags | DICT_FLAG_LOCK); in main()
1141 dict_flags | DICT_FLAG_LOCK); in main()
1152 dict_flags | DICT_FLAG_LOCK); in main()
1155 dict_flags | DICT_FLAG_LOCK); in main()
/netbsd/src/external/ibm-public/postfix/dist/src/trivial-rewrite/
Dtrivial-rewrite.c574 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in pre_jail_init()
580 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in pre_jail_init()
586 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in pre_jail_init()
592 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in pre_jail_init()
Dtransport.c108 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in transport_pre_init()
/netbsd/src/external/ibm-public/postfix/dist/src/virtual/
Dvirtual.c484 DICT_FLAG_LOCK | DICT_FLAG_PARANOID in post_init()
489 DICT_FLAG_LOCK | DICT_FLAG_PARANOID in post_init()
494 DICT_FLAG_LOCK | DICT_FLAG_PARANOID in post_init()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp.c1641 DICT_FLAG_LOCK); in pre_init()
1649 DICT_FLAG_LOCK); in pre_init()
1660 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in pre_init()
1681 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX); in pre_init()
/netbsd/src/external/ibm-public/postfix/dist/src/local/
Dmailbox.c288 DICT_FLAG_LOCK | DICT_FLAG_NO_REGSUB in deliver_mailbox()
344 DICT_FLAG_LOCK | DICT_FLAG_PARANOID in deliver_mailbox()
Dunknown.c123 DICT_FLAG_LOCK | DICT_FLAG_NO_REGSUB in deliver_unknown()
/netbsd/src/external/ibm-public/postfix/dist/src/dns/
Ddns_rr_filter.c92 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX); in dns_rr_filter_compile()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c657 maps = maps_create(name, name, DICT_FLAG_LOCK in command_map_register()
813 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX); in smtpd_check_init()
820 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
823 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
826 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
829 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
832 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
836 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
839 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
855 DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX in smtpd_check_init()
[all …]
Dsmtpd_chat.c139 DICT_FLAG_LOCK); in smtpd_chat_pre_jail_init()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Ddsn_filter.c119 fp->maps = maps_create(title, map_names, DICT_FLAG_LOCK); in dsn_filter_create()
Dlogin_sender_match.c135 lsm->maps = maps_create(title, map_names, DICT_FLAG_LOCK in login_sender_create()
Dserver_acl.c147 dict_register(acl, dict_open(acl, O_RDONLY, DICT_FLAG_LOCK in server_acl_parse()
Dmaps.c333 maps = maps_create("whatever", argv[1], DICT_FLAG_LOCK); in main()
/netbsd/src/external/ibm-public/postfix/dist/src/postscreen/
Dpostscreen_send.c113 DICT_FLAG_LOCK); in pcs_send_pre_jail_init()

12