Home
last modified time | relevance | path

Searched refs:MSGSTATSIZE (Results 1 – 6 of 6) sorted by relevance

/dports/mail/mmh/mmh-0.4/sbr/
H A Dfolder_realloc.c48 mp->msgstats = mh_xrealloc(mp->msgstats, MSGSTATSIZE(mp, lo, hi)); in folder_realloc()
57 tmpstats = mh_xcalloc(MSGSTATSIZE(mp, lo, hi), 1); in folder_realloc()
H A Dfolder_read.c131 mp->msgstats = mh_xcalloc(MSGSTATSIZE(mp, mp->lowoff, mp->hghoff), 1); in folder_read()
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dfolder_realloc.c44 tmpstats = mh_xmalloc (MSGSTATSIZE(mp)); in folder_realloc()
H A Dfolder_read.c138 mp->msgstats = mh_xmalloc (MSGSTATSIZE(mp)); in folder_read()
/dports/mail/mmh/mmh-0.4/h/
H A Dmh.h186 #define MSGSTATSIZE(mp,lo,hi) ((size_t) (((hi) - (lo) + 1) * sizeof(*(mp)->msgstats))) macro
/dports/mail/nmh/nmh-1.7.1/h/
H A Dmh.h298 #define MSGSTATSIZE(mp) ((mp)->num_msgstats * sizeof *(mp)->msgstats) macro