Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmap_search.c98 static HTABLE *map_search_table; variable
107 if (map_search_table != 0 || map_search_actions != 0) in map_search_init()
109 map_search_table = htable_create(100); in map_search_init()
133 if (map_search_table == 0 || map_search_actions == 0) in map_search_create()
141 (MAP_SEARCH *) htable_find(map_search_table, map_spec)) != 0) in map_search_create()
239 (void) htable_enter(map_search_table, map_spec, map_search); in map_search_create()
252 if (map_search_table == 0 || map_search_actions == 0) in map_search_lookup()
255 return ((MAP_SEARCH *) htable_find(map_search_table, map_spec)); in map_search_lookup()