Searched refs:ctable_create (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | midna_domain.c | 288 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()
|
| D | ctable.c | 121 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()
|
| D | ctable.h | 25 extern CTABLE *ctable_create(ssize_t, CTABLE_CREATE_FN, CTABLE_DELETE_FN, void *);
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_resolve.c | 162 smtpd_resolve_cache = ctable_create(cache_size, resolve_pagein, in smtpd_resolve_init()
|
| D | smtpd_check.c | 881 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/ |
| D | smtp_tls_policy.c | 847 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/ |
| D | tls_dane.c | 695 dane_cache = ctable_create(CACHE_SIZE, dane_lookup, dane_free, 0); in tls_dane_resolve()
|