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

  /src/usr.bin/mail/
mime_decode.c 298 struct message *top_mp, off_t end_pos, int partnum)
308 (long)blockof(end_pos), blkoffsetof(end_pos));
365 off_t end_pos; local in function:split_multipart
370 end_pos = cur_pos - line_len;
374 this_mp->m_size = end_pos - beg_pos;
376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld",
377 end_pos, this_mp->m_lines, this_mp->m_blines);
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
399 beg_pos = end_pos;
439 off_t end_pos; local in function:split_message
    [all...]
mime_decode.c 298 struct message *top_mp, off_t end_pos, int partnum)
308 (long)blockof(end_pos), blkoffsetof(end_pos));
365 off_t end_pos; local in function:split_multipart
370 end_pos = cur_pos - line_len;
374 this_mp->m_size = end_pos - beg_pos;
376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld",
377 end_pos, this_mp->m_lines, this_mp->m_blines);
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
399 beg_pos = end_pos;
439 off_t end_pos; local in function:split_message
    [all...]
mime_decode.c 298 struct message *top_mp, off_t end_pos, int partnum)
308 (long)blockof(end_pos), blkoffsetof(end_pos));
365 off_t end_pos; local in function:split_multipart
370 end_pos = cur_pos - line_len;
374 this_mp->m_size = end_pos - beg_pos;
376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld",
377 end_pos, this_mp->m_lines, this_mp->m_blines);
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
399 beg_pos = end_pos;
439 off_t end_pos; local in function:split_message
    [all...]
mime_decode.c 298 struct message *top_mp, off_t end_pos, int partnum)
308 (long)blockof(end_pos), blkoffsetof(end_pos));
365 off_t end_pos; local in function:split_multipart
370 end_pos = cur_pos - line_len;
374 this_mp->m_size = end_pos - beg_pos;
376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld",
377 end_pos, this_mp->m_lines, this_mp->m_blines);
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
399 beg_pos = end_pos;
439 off_t end_pos; local in function:split_message
    [all...]

Completed in 94 milliseconds