Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dctable.c95 #define CTABLE_ENTRY struct ctable_entry macro
104 RING_TO_APPL(ring_ptr, CTABLE_ENTRY, ring)
145 CTABLE_ENTRY *entry; in ctable_locate()
153 if ((entry = (CTABLE_ENTRY *) htable_find(cache->table, key)) == 0) { in ctable_locate()
162 entry = (CTABLE_ENTRY *) mymalloc(sizeof(CTABLE_ENTRY)); in ctable_locate()
187 CTABLE_ENTRY *entry; in ctable_refresh()
190 if ((entry = (CTABLE_ENTRY *) htable_find(cache->table, key)) == 0) in ctable_refresh()
220 CTABLE_ENTRY *entry = (CTABLE_ENTRY *) ptr; in ctable_free_callback()