Searched defs:priority (Results 1 - 3 of 3) sorted by relevance

/sendmail/libsm/
H A Dsyslogio.c29 ** The only state associated with a syslog file is 'int priority',
38 ** info -- priority level of the syslog messages
53 int *priority = (int *)info; local
55 fp->f_ival = *priority;
/sendmail/sendmail/
H A Dmap.c5171 ** SYSLOG_MAP_PARSEARGS -- check for priority level to syslog messages.
5180 char *priority = NULL; local
5207 priority = p;
5220 if (priority == NULL)
5224 if (sm_strncasecmp("LOG_", priority, 4) == 0)
5225 priority += 4;
5228 if (sm_strcasecmp("EMERG", priority) == 0)
5233 if (sm_strcasecmp("ALERT", priority) == 0)
5238 if (sm_strcasecmp("CRIT", priority) == 0)
5243 if (sm_strcasecmp("ERR", priority)
[all...]
H A Dsendmail.h556 long qg_wkrcptfact; /* multiplier for # recipients -> priority */
879 long e_msgpriority; /* adjusted priority of this message */
898 short e_class; /* msg class (priority, junk, etc.) */
1013 ** Message priority classes.
1022 ** is used to order the queue. Higher values mean LOWER priority.
1024 ** Each priority class point is worth WkClassFact priority points;
1025 ** each recipient is worth WkRecipFact priority points. Each time
1026 ** we reprocess a message the priority is adjusted by WkTimeFact.
1027 ** WkTimeFact should normally decrease the priority s
1036 struct priority struct
[all...]

Completed in 1172 milliseconds