Searched refs:q_owner (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | udb.c | 373 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 D | deliver.c | 307 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 D | alias.c | 181 a->q_owner = sm_rpool_strdup_x(e->e_rpool, owner);
|
H A D | envelope.c | 278 if (!done && q->q_owner == NULL &&
|
H A D | srvrsmtp.c | 358 a->q_owner = "<>"; 455 rcpt->q_owner = "<>"; 460 rcpt->q_owner = "<>";
|
H A D | parseaddr.c | 2644 a->q_owner == NULL ? "(none)" : a->q_owner,
|
H A D | recipient.c | 1129 if (q->q_owner != NULL)
|
H A D | sendmail.h | 390 char *q_owner; /* owner of q_alias */ member
|