HomeSort by: relevance | last modified time | path
    Searched defs:partnum (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)
312 new_mip->mi_partnum = partnum;
328 int partnum; local in function:split_multipart
336 partnum = 1;
337 /* top_mip->mi_partnum = partnum++; */ /* Keep the number set by the caller */
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
593 this_mip->mi_partnum = 0; /* suppress partnum display */
mime_decode.c 298 struct message *top_mp, off_t end_pos, int partnum)
312 new_mip->mi_partnum = partnum;
328 int partnum; local in function:split_multipart
336 partnum = 1;
337 /* top_mip->mi_partnum = partnum++; */ /* Keep the number set by the caller */
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
593 this_mip->mi_partnum = 0; /* suppress partnum display */
mime_decode.c 298 struct message *top_mp, off_t end_pos, int partnum)
312 new_mip->mi_partnum = partnum;
328 int partnum; local in function:split_multipart
336 partnum = 1;
337 /* top_mip->mi_partnum = partnum++; */ /* Keep the number set by the caller */
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
593 this_mip->mi_partnum = 0; /* suppress partnum display */
mime_decode.c 298 struct message *top_mp, off_t end_pos, int partnum)
312 new_mip->mi_partnum = partnum;
328 int partnum; local in function:split_multipart
336 partnum = 1;
337 /* top_mip->mi_partnum = partnum++; */ /* Keep the number set by the caller */
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
593 this_mip->mi_partnum = 0; /* suppress partnum display */

Completed in 243 milliseconds