HomeSort by: relevance | last modified time | path
    Searched defs:endp_prop (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
scache_single.c 61 VSTRING *endp_prop; /* endpoint properties, serialized */ member in struct:__anon23130
107 VSTRING_RESET(sp->endp.endp_prop);
108 VSTRING_TERMINATE(sp->endp.endp_prop);
125 const char *endp_prop, int fd)
137 vstring_strcpy(sp->endp.endp_prop, endp_prop);
148 VSTRING *endp_prop)
160 vstring_strcpy(endp_prop, STR(sp->endp.endp_prop));
239 VSTRING *dest_prop, VSTRING *endp_prop)
    [all...]
scache.c 26 /* void scache_save_endp(scache, endp_ttl, endp_label, endp_prop, fd)
30 /* const char *endp_prop;
33 /* int scache_find_endp(scache, endp_label, endp_prop)
36 /* VSTRING *endp_prop;
46 /* int scache_find_dest(dest_label, dest_prop, endp_prop)
50 /* VSTRING *endp_prop;
95 /* .IP endp_prop
178 static VSTRING *endp_prop; variable
268 if ((fd = scache_find_endp(scache, argv->argv[1], endp_prop)) >= 0)
295 if ((fd = scache_find_dest(scache, argv->argv[1], dest_prop, endp_prop)) >= 0
    [all...]
scache_multi.c 120 char *endp_prop; /* binding properties */ member in struct:__anon23129
144 msg_info("%s: endp_prop=%s fd=%d", myname,
145 endp->endp_prop, endp->fd);
168 myfree(endp->endp_prop);
205 const char *endp_prop, int fd)
234 endp->endp_prop = mystrdup(endp_prop);
244 msg_info("%s: endp_label=%s -> endp_prop=%s fd=%d",
245 myname, endp_label, endp_prop, fd);
251 VSTRING *endp_prop)
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.h 224 VSTRING *endp_prop; /* endpoint properties, passivated */ member in struct:SMTP_STATE

Completed in 26 milliseconds