Home
last modified time | relevance | path

Searched refs:q_owner (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dudb.c373 a->q_owner = sm_rpool_malloc_x(e->e_rpool,
375 memmove(a->q_owner, info.data, info.size);
376 a->q_owner[info.size] = '\0';
499 a->q_owner = sm_rpool_malloc_x(e->e_rpool,
501 memmove(a->q_owner, info.data, info.size);
502 a->q_owner[info.size] = '\0';
H A Ddeliver.c307 for (a = q; a != NULL && a->q_owner == NULL; a = a->q_alias)
310 q->q_owner = a->q_owner;
312 if (q->q_owner != NULL &&
314 strcmp(q->q_owner, e->e_from.q_paddr) == 0)
315 q->q_owner = NULL;
353 if (q->q_owner != NULL)
359 q->q_owner);
360 owner = q->q_owner;
362 else if (owner != q->q_owner)
364 if (strcmp(owner, q->q_owner) == 0)
[all …]
H A Dalias.c181 a->q_owner = sm_rpool_strdup_x(e->e_rpool, owner);
H A Denvelope.c278 if (!done && q->q_owner == NULL &&
H A Dsrvrsmtp.c358 a->q_owner = "<>";
455 rcpt->q_owner = "<>";
460 rcpt->q_owner = "<>";
H A Dparseaddr.c2644 a->q_owner == NULL ? "(none)" : a->q_owner,
H A Drecipient.c1129 if (q->q_owner != NULL)
H A Dsendmail.h390 char *q_owner; /* owner of q_alias */ member