Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dresolve_local.c65 static STRING_LIST *resolve_local_list; variable
72 if (resolve_local_list) in resolve_local_init()
73 string_list_free(resolve_local_list); in resolve_local_init()
74 resolve_local_list = string_list_init(VAR_MYDEST, MATCH_FLAG_RETURN, in resolve_local_init()
99 if (resolve_local_list == 0) in resolve_local()
121 if (string_list_match(resolve_local_list, saved_addr)) in resolve_local()
123 if (resolve_local_list->error != 0) in resolve_local()
124 RETURN(resolve_local_list->error); in resolve_local()