Home
last modified time | relevance | path

Searched refs:ctable_create (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmidna_domain.c288 midna_domain_to_ascii_cache = ctable_create(midna_domain_cache_size, in midna_domain_to_ascii()
302 midna_domain_to_utf8_cache = ctable_create(midna_domain_cache_size, in midna_domain_to_utf8()
Dctable.c121 CTABLE *ctable_create(ssize_t limit, CTABLE_CREATE_FN create, in ctable_create() function
299 cache = ctable_create(1, ask, drop, (void *) data_buf); in main()
Dctable.h25 extern CTABLE *ctable_create(ssize_t, CTABLE_CREATE_FN, CTABLE_DELETE_FN, void *);
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_resolve.c162 smtpd_resolve_cache = ctable_create(cache_size, resolve_pagein, in smtpd_resolve_init()
Dsmtpd_check.c881 smtpd_rbl_cache = ctable_create(100, rbl_pagein, rbl_pageout, (void *) 0); in smtpd_check_init()
882 smtpd_rbl_byte_cache = ctable_create(1000, rbl_byte_pagein, in smtpd_check_init()
6195 smtpd_rbl_cache = ctable_create(100, rbl_pagein, in main()
6197 smtpd_rbl_byte_cache = ctable_create(1000, rbl_byte_pagein, in main()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_tls_policy.c847 ctable_create(CACHE_SIZE, policy_create, policy_delete, (void *) 0); in smtp_tls_policy_cache_query()
/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_dane.c695 dane_cache = ctable_create(CACHE_SIZE, dane_lookup, dane_free, 0); in tls_dane_resolve()