HomeSort by: relevance | last modified time | path
    Searched refs:endp_label (Results 1 - 7 of 7) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
scache_single.c 60 VSTRING *endp_label; /* physical endpoint name */ member in struct:__anon23130
73 VSTRING *endp_label; /* physical endpoint name */ member in struct:__anon23131
88 #define SCACHE_SINGLE_ENDP_BUSY(sp) (VSTRING_LEN(sp->endp.endp_label) > 0)
100 msg_info("%s: %s", myname, STR(sp->endp.endp_label));
104 msg_warn("close session endpoint %s: %m", STR(sp->endp.endp_label));
105 VSTRING_RESET(sp->endp.endp_label);
106 VSTRING_TERMINATE(sp->endp.endp_label);
124 const char *endp_label,
136 vstring_strcpy(sp->endp.endp_label, endp_label);
    [all...]
scache.h 118 #define scache_save_endp(scache, ttl, endp_label, endp_prop, fd) \
119 (scache)->save_endp((scache), (ttl), (endp_label), (endp_prop), (fd))
120 #define scache_find_endp(scache, endp_label, endp_prop) \
121 (scache)->find_endp((scache), (endp_label), (endp_prop))
122 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \
123 (scache)->save_dest((scache), (ttl), (dest_label), (dest_prop), (endp_label))
scache_multi.c 104 char *endp_label; /* endpoint name */ member in struct:__anon23128
204 const char *endp_label,
219 htable_find(sp->endp_cache, endp_label)) == 0) {
223 htable_enter(sp->endp_cache, endp_label, (void *) head)->key;
244 msg_info("%s: endp_label=%s -> endp_prop=%s fd=%d",
245 myname, endp_label, endp_prop, fd);
250 static int scache_multi_find_endp(SCACHE *scache, const char *endp_label,
264 htable_find(sp->endp_cache, endp_label)) == 0) {
266 msg_info("%s: no endpoint cache: endp_label=%s",
267 myname, endp_label);
    [all...]
scache_clnt.c 102 const char *endp_label,
114 myname, endp_label, endp_prop, fd);
134 SEND_ATTR_STR(MAIL_ATTR_LABEL, endp_label),
175 static int scache_clnt_find_endp(SCACHE *scache, const char *endp_label,
195 SEND_ATTR_STR(MAIL_ATTR_LABEL, endp_label),
208 msg_info("%s: not found: %s", myname, endp_label);
233 myname, endp_label, STR(endp_prop), fd);
255 const char *endp_label)
264 msg_info("%s: dest_label=%s dest_prop=%s endp_label=%s",
265 myname, dest_label, dest_prop, endp_label);
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_reuse.c 137 smtp_key_prefix(state->endp_label, SMTP_REUSE_KEY_DELIM_NA,
159 STR(state->endp_label));
164 scache_save_endp(smtp_scache, var_smtp_cache_conn, STR(state->endp_label),
265 smtp_key_prefix(state->endp_label, SMTP_REUSE_KEY_DELIM_NA,
268 msg_info("%s: endp_label='%s'", myname, STR(state->endp_label));
269 if ((fd = scache_find_endp(smtp_scache, STR(state->endp_label),
279 session = smtp_reuse_common(state, fd, STR(state->endp_label));
smtp_state.c 98 state->endp_label = vstring_alloc(10);
104 state->endp_label = 0;
137 if (state->endp_label)
138 vstring_free(state->endp_label);
smtp.h 223 VSTRING *endp_label; /* cached session physical endpoint */ member in struct:SMTP_STATE

Completed in 69 milliseconds