Searched refs:e_msgpriority (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/sendmail/src/
H A Dcollect.c929 ** Recalculate e_msgpriority, it is done at in eatheader()
934 e->e_msgpriority = e->e_msgsize
H A Ddeliver.c127 shouldqueue(e->e_msgpriority, e->e_ctime))
4495 PRT_NONNEGL(e->e_msgpriority));
H A Denvelope.c111 e->e_msgpriority = parent->e_msgsize;
H A Dheaders.c958 e->e_msgpriority = e->e_msgsize
H A Dqueue.c623 (void) sm_io_fprintf(tfp, SM_TIME_DEFAULT, "P%ld\n", e->e_msgpriority);
4409 e->e_msgpriority = atol(&bp[1]) + WkTimeFact;
H A Dsendmail.h995 long e_msgpriority; /* adjusted priority of this message */ member in struct:envelope
1142 ** CurEnv->e_msgpriority is the number of bytes in the message plus
H A Dsrvrsmtp.c4324 if (shouldqueue(ee->e_msgpriority, ee->e_ctime))

Completed in 177 milliseconds