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

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dscache_single.c143 /* scache_single_find_endp - look up cached session */
145 static int scache_single_find_endp(SCACHE *scache, const char *endp_label, function
149 const char *myname = "scache_single_find_endp";
251 if ((fd = scache_single_find_endp(scache, STR(sp->dest.endp_label), endp_prop)) >= 0) {
297 sp->scache->find_endp = scache_single_find_endp;

Completed in 63 milliseconds