HomeSort by: relevance | last modified time | path
    Searched defs:this_mp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
mime_decode.c 322 struct message *this_mp; local in function:split_multipart
332 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset);
334 this_mip->mp = this_mp;
354 this_mp->m_lines++; /* count the message lines */
357 this_mp->m_blines++; /* count the body lines */
371 this_mp->m_lines -= 1;
372 this_mp->m_blines -= 1;
374 this_mp->m_size = end_pos - beg_pos;
377 end_pos, this_mp->m_lines, this_mp->m_blines)
413 struct message *this_mp; local in function:split_message
    [all...]
mime_decode.c 322 struct message *this_mp; local in function:split_multipart
332 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset);
334 this_mip->mp = this_mp;
354 this_mp->m_lines++; /* count the message lines */
357 this_mp->m_blines++; /* count the body lines */
371 this_mp->m_lines -= 1;
372 this_mp->m_blines -= 1;
374 this_mp->m_size = end_pos - beg_pos;
377 end_pos, this_mp->m_lines, this_mp->m_blines)
413 struct message *this_mp; local in function:split_message
    [all...]

Completed in 107 milliseconds