| /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_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...] |
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp.h | 223 VSTRING *endp_label; /* cached session physical endpoint */ member in struct:SMTP_STATE
|