Searched refs:MAXMIMENESTING (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.h92 #define MAXMIMENESTING 20 /* max MIME multipart nesting */ macro
H A Dmime.c128 if (level > MAXMIMENESTING)
299 for (i = 0; i < MAXMIMENESTING; i++)
304 if (i >= MAXMIMENESTING)
980 for (i = 0; i <= MAXMIMENESTING && boundaries[i] != NULL; i++)
H A Ddeliver.c4833 char *boundaries[MAXMIMENESTING + 1];

Completed in 146 milliseconds