Home
last modified time | relevance | path

Searched defs:dest_prop (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_session.c242 int smtp_session_passivate(SMTP_SESSION *session, VSTRING *dest_prop, in smtp_session_passivate()
329 VSTRING *dest_prop, in smtp_session_activate()
H A Dsmtp.h181 VSTRING *dest_prop; /* binding properties, passivated */ member
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache_single.c72 VSTRING *dest_prop; /* binding properties, serialized */ member
205 const char *dest_prop, in scache_single_save_dest()
239 VSTRING *dest_prop, VSTRING *endp_prop) in scache_single_find_dest()
H A Dscache.h122 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \ argument
124 #define scache_find_dest(scache, dest_label, dest_prop, endp_prop) \ argument
H A Dscache_clnt.c254 const char *dest_prop, in scache_clnt_save_dest()
318 VSTRING *dest_prop, in scache_clnt_find_dest()
H A Dscache_multi.c105 char *dest_prop; /* binding properties */ member
358 const char *dest_prop, in scache_multi_save_dest()
417 VSTRING *dest_prop, in scache_multi_find_dest()
H A Dscache.c179 static VSTRING *dest_prop; variable