Searched refs:pste (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | tls.h | 108 # define GETTLSA(host, pste, port) gettlsa(host, NULL, pste, TLSAFLNONE, 0, port) argument 109 # define GETTLSANOX(host, pste, port) gettlsa(host, NULL, pste, TLSAFLNOEXP, 0, port) argument
|
| D | domain.c | 237 gettlsa(host, name, pste, flags, mxttl, port) in gettlsa() argument 240 STAB **pste; 256 if (pste != NULL) 257 *pste = NULL; 282 host, isrname ? "" : name, (void *)ste, (void *)pste, 293 if (pste != NULL 382 if (pste != NULL && ste != NULL) 383 *pste = ste;
|