OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:message_array
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
thread.c
71
static struct thread_s
message_array
= THREAD_INIT; /* the basic message array */
variable in typeref:struct:thread_s
256
return
message_array
.t_msgCount;
262
if (msgnum < 1 || msgnum >
message_array
.t_msgCount)
265
return &
message_array
.t_head[msgnum - 1];
273
i = (int)(mp -
message_array
.t_head);
275
if (i < 0 || i + 1 >=
message_array
.t_msgCount)
278
return &
message_array
.t_head[i + 1];
384
assert(i <=
message_array
.t_msgCount);
448
message_array
.t_head = nmessage; /* for assert check in thread_fix_new_links */
496
assert(omsgCount == 0 ||
message_array
.t_msgCount == omsgCount)
[
all
...]
thread.c
71
static struct thread_s
message_array
= THREAD_INIT; /* the basic message array */
variable in typeref:struct:thread_s
256
return
message_array
.t_msgCount;
262
if (msgnum < 1 || msgnum >
message_array
.t_msgCount)
265
return &
message_array
.t_head[msgnum - 1];
273
i = (int)(mp -
message_array
.t_head);
275
if (i < 0 || i + 1 >=
message_array
.t_msgCount)
278
return &
message_array
.t_head[i + 1];
384
assert(i <=
message_array
.t_msgCount);
448
message_array
.t_head = nmessage; /* for assert check in thread_fix_new_links */
496
assert(omsgCount == 0 ||
message_array
.t_msgCount == omsgCount)
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025