Searched refs:find_dest (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dscache.h107 SCACHE_FIND_DEST_FN find_dest; member in struct:SCACHE
123 (scache)->find_dest((scache), (dest_label), (dest_prop), (endp_prop))
139 #define SCACHE_REQ_FIND_DEST "find_dest"
H A Dscache.c283 /* find_dest - find destination->endpoint->session binding */
285 static void find_dest(ARGV *argv) function
290 msg_error("usage: find_dest destination");
328 "find_dest", find_dest, FLAG_NEED_CACHE,
H A Dscache_single.c299 sp->scache->find_dest = scache_single_find_dest;
H A Dscache_clnt.c413 sp->scache->find_dest = scache_clnt_find_dest;
H A Dscache_multi.c484 sp->scache->find_dest = scache_multi_find_dest;

Completed in 176 milliseconds