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

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dscache_single.c58 VSTRING *endp_label; /* physical endpoint name */ member in struct:__anon11785
71 VSTRING *endp_label; /* physical endpoint name */ member in struct:__anon11786
86 #define SCACHE_SINGLE_ENDP_BUSY(sp) (VSTRING_LEN(sp->endp.endp_label) > 0)
98 msg_info("%s: %s", myname, STR(sp->endp.endp_label));
102 msg_warn("close session endpoint %s: %m", STR(sp->endp.endp_label));
103 VSTRING_RESET(sp->endp.endp_label);
104 VSTRING_TERMINATE(sp->endp.endp_label);
122 const char *endp_label,
134 vstring_strcpy(sp->endp.endp_label, endp_label);
121 scache_single_save_endp(SCACHE *scache, int endp_ttl, const char *endp_label, const char *endp_prop, int fd) argument
145 scache_single_find_endp(SCACHE *scache, const char *endp_label, VSTRING *endp_prop) argument
201 scache_single_save_dest(SCACHE *scache, int dest_ttl, const char *dest_label, const char *dest_prop, const char *endp_label) argument
[all...]
H A Dscache.h116 #define scache_save_endp(scache, ttl, endp_label, endp_prop, fd) \
117 (scache)->save_endp((scache), (ttl), (endp_label), (endp_prop), (fd))
118 #define scache_find_endp(scache, endp_label, endp_prop) \
119 (scache)->find_endp((scache), (endp_label), (endp_prop))
120 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \
121 (scache)->save_dest((scache), (ttl), (dest_label), (dest_prop), (endp_label))
H A Dscache_multi.c102 char *endp_label; /* endpoint name */ member in struct:__anon11783
202 const char *endp_label,
217 htable_find(sp->endp_cache, endp_label)) == 0) {
221 htable_enter(sp->endp_cache, endp_label, (char *) head)->key;
242 msg_info("%s: endp_label=%s -> endp_prop=%s fd=%d",
243 myname, endp_label, endp_prop, fd);
248 static int scache_multi_find_endp(SCACHE *scache, const char *endp_label, argument
262 htable_find(sp->endp_cache, endp_label)) == 0) {
264 msg_info("%s: no endpoint cache: endp_label=%s",
265 myname, endp_label);
201 scache_multi_save_endp(SCACHE *scache, int ttl, const char *endp_label, const char *endp_prop, int fd) argument
354 scache_multi_save_dest(SCACHE *scache, int ttl, const char *dest_label, const char *dest_prop, const char *endp_label) argument
[all...]
H A Dscache_clnt.c86 const char *endp_label,
98 myname, endp_label, endp_prop, fd);
118 ATTR_TYPE_STR, MAIL_ATTR_LABEL, endp_label,
159 static int scache_clnt_find_endp(SCACHE *scache, const char *endp_label, argument
179 ATTR_TYPE_STR, MAIL_ATTR_LABEL, endp_label,
192 msg_info("%s: not found: %s", myname, endp_label);
217 myname, endp_label, STR(endp_prop), fd);
239 const char *endp_label)
248 msg_info("%s: dest_label=%s dest_prop=%s endp_label=%s",
249 myname, dest_label, dest_prop, endp_label);
85 scache_clnt_save_endp(SCACHE *scache, int endp_ttl, const char *endp_label, const char *endp_prop, int fd) argument
236 scache_clnt_save_dest(SCACHE *scache, int dest_ttl, const char *dest_label, const char *dest_prop, const char *endp_label) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_state.c69 state->endp_label = vstring_alloc(10);
75 state->endp_label = 0;
109 if (state->endp_label)
110 vstring_free(state->endp_label);
H A Dsmtp_reuse.c130 vstring_sprintf(state->endp_label,
151 STR(state->dest_prop), STR(state->endp_label));
156 scache_save_endp(smtp_scache, var_smtp_cache_conn, STR(state->endp_label),
283 vstring_sprintf(state->endp_label, SMTP_SCACHE_LABEL(NO_MX_LOOKUP),
285 if ((fd = scache_find_endp(smtp_scache, STR(state->endp_label),
295 session = smtp_reuse_common(state, fd, STR(state->endp_label));
H A Dsmtp.h67 VSTRING *endp_label; /* cached session physical endpoint */ member in struct:SMTP_STATE

Completed in 520 milliseconds