OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
[
all
...]
mime_decode.c
322
struct message *
this_mp
;
local
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
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026