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

  /src/usr.bin/mail/
mime_decode.c 297 insert_new_mip(struct mime_info *this_mip, struct mime_info *top_mip,
303 new_mip->mi_blink = this_mip;
304 new_mip->mi_flink = this_mip->mi_flink;
305 this_mip->mi_flink = new_mip;
307 new_mip->mp = salloc_message(this_mip->mp->m_flag,
323 struct mime_info *this_mip; local in function:split_multipart
333 this_mip = top_mip;
334 this_mip->mp = this_mp;
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++)
411 struct mime_info *this_mip; local in function:split_message
501 struct mime_info *this_mip; local in function:select_alternative
564 struct mime_info *this_mip; local in function:expand_mip
    [all...]
mime_decode.c 297 insert_new_mip(struct mime_info *this_mip, struct mime_info *top_mip,
303 new_mip->mi_blink = this_mip;
304 new_mip->mi_flink = this_mip->mi_flink;
305 this_mip->mi_flink = new_mip;
307 new_mip->mp = salloc_message(this_mip->mp->m_flag,
323 struct mime_info *this_mip; local in function:split_multipart
333 this_mip = top_mip;
334 this_mip->mp = this_mp;
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++)
411 struct mime_info *this_mip; local in function:split_message
501 struct mime_info *this_mip; local in function:select_alternative
564 struct mime_info *this_mip; local in function:expand_mip
    [all...]

Completed in 24 milliseconds