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

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dscache.h120 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \
121 (scache)->save_dest((scache), (ttl), (dest_label), (dest_prop), (endp_label))
122 #define scache_find_dest(scache, dest_label, dest_prop, endp_prop) \
123 (scache)->find_dest((scache), (dest_label), (dest_prop), (endp_prop))
H A Dscache_single.c70 VSTRING *dest_prop; /* binding properties, serialized */ member in struct:__anon11559
184 VSTRING_RESET(sp->dest.dest_prop);
185 VSTRING_TERMINATE(sp->dest.dest_prop);
203 const char *dest_prop,
219 && strcmp(STR(sp->dest.dest_prop), dest_prop) == 0
224 vstring_strcpy(sp->dest.dest_prop, dest_prop);
237 VSTRING *dest_prop, VSTRING *endp_prop)
252 vstring_strcpy(dest_prop, ST
201 scache_single_save_dest(SCACHE *scache, int dest_ttl, const char *dest_label, const char *dest_prop, const char *endp_label) argument
236 scache_single_find_dest(SCACHE *scache, const char *dest_label, VSTRING *dest_prop, VSTRING *endp_prop) argument
[all...]
H A Dscache_multi.c103 char *dest_prop; /* binding properties */ member in struct:__anon11556
297 msg_info("%s: dest_prop=%s endp_label=%s",
298 myname, dest->dest_prop, dest->endp_label);
318 myfree(dest->dest_prop);
356 const char *dest_prop,
388 && strcmp(dest->dest_prop, dest_prop) == 0) {
397 dest->dest_prop = mystrdup(dest_prop);
407 msg_info("%s: dest_label=%s -> dest_prop
354 scache_multi_save_dest(SCACHE *scache, int ttl, const char *dest_label, const char *dest_prop, const char *endp_label) argument
414 scache_multi_find_dest(SCACHE *scache, const char *dest_label, VSTRING *dest_prop, VSTRING *endp_prop) argument
[all...]
H A Dscache.c37 /* dest_prop, endp_label)
41 /* const char *dest_prop;
44 /* int scache_find_dest(dest_label, dest_prop, endp_prop)
47 /* VSTRING *dest_prop;
112 /* .IP dest_prop
177 static VSTRING *dest_prop; variable
293 if ((fd = scache_find_dest(scache, argv->argv[1], dest_prop, endp_prop)) >= 0)
377 dest_prop = vstring_alloc(1);
402 vstring_free(dest_prop);
H A Dscache_clnt.c238 const char *dest_prop,
248 msg_info("%s: dest_label=%s dest_prop=%s endp_label=%s",
249 myname, dest_label, dest_prop, endp_label);
269 ATTR_TYPE_STR, MAIL_ATTR_PROP, dest_prop,
302 VSTRING *dest_prop,
327 ATTR_TYPE_STR, MAIL_ATTR_PROP, dest_prop,
360 msg_info("%s: dest=%s dest_prop=%s endp_prop=%s fd=%d",
361 myname, dest_label, STR(dest_prop), STR(endp_prop), fd);
236 scache_clnt_save_dest(SCACHE *scache, int dest_ttl, const char *dest_label, const char *dest_prop, const char *endp_label) argument
301 scache_clnt_find_dest(SCACHE *scache, const char *dest_label, VSTRING *dest_prop, VSTRING *endp_prop) argument
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_state.c72 state->dest_prop = vstring_alloc(10);
78 state->dest_prop = 0;
102 if (state->dest_prop)
103 vstring_free(state->dest_prop);
H A Dsmtp_reuse.c130 fd = smtp_session_passivate(session, state->dest_prop, state->endp_prop);
143 STR(state->dest_prop), STR(state->endp_label));
174 session = smtp_session_activate(fd, state->iterator, state->dest_prop,
231 state->dest_prop, state->endp_prop)) < 0)
267 VSTRING_RESET(state->dest_prop);
268 VSTRING_TERMINATE(state->dest_prop);
H A Dsmtp_session.c18 /* int smtp_session_passivate(session, dest_prop, endp_prop)
20 /* VSTRING *dest_prop;
23 /* SMTP_SESSION *smtp_session_activate(fd, iter, dest_prop, endp_prop)
26 /* VSTRING *dest_prop;
66 /* .IP dest_prop
69 /* host, and addr properties. When dest_prop is non-empty, it
215 int smtp_session_passivate(SMTP_SESSION *session, VSTRING *dest_prop, argument
235 vstring_sprintf(dest_prop, "%s\n%s\n%s\n%u",
283 VSTRING *dest_prop,
339 if (dest_prop
282 smtp_session_activate(int fd, SMTP_ITERATOR *iter, VSTRING *dest_prop, VSTRING *endp_prop) argument
[all...]
H A Dsmtp.h168 VSTRING *dest_prop; /* binding properties, passivated */ member in struct:SMTP_STATE

Completed in 78 milliseconds