Home
last modified time | relevance | path

Searched defs:endp_label (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache_single.c60 VSTRING *endp_label; /* physical endpoint name */ member
73 VSTRING *endp_label; /* physical endpoint name */ member
124 const char *endp_label, in scache_single_save_endp()
147 static int scache_single_find_endp(SCACHE *scache, const char *endp_label, in scache_single_find_endp()
206 const char *endp_label) in scache_single_save_dest()
H A Dscache.h118 #define scache_save_endp(scache, ttl, endp_label, endp_prop, fd) \ argument
120 #define scache_find_endp(scache, endp_label, endp_prop) \ argument
122 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \ argument
H A Dscache_clnt.c102 const char *endp_label, in scache_clnt_save_endp()
175 static int scache_clnt_find_endp(SCACHE *scache, const char *endp_label, in scache_clnt_find_endp()
255 const char *endp_label) in scache_clnt_save_dest()
H A Dscache_multi.c104 char *endp_label; /* endpoint name */ member
204 const char *endp_label, in scache_multi_save_endp()
250 static int scache_multi_find_endp(SCACHE *scache, const char *endp_label, in scache_multi_find_endp()
359 const char *endp_label) in scache_multi_save_dest()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp.h182 VSTRING *endp_label; /* cached session physical endpoint */ member