OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_frag
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
xdr_rec.c
125
#define
LAST_FRAG
((uint32_t)(1U << 31))
147
bool_t
last_frag
;
member in struct:rec_strm
234
rstrm->
last_frag
= TRUE;
302
if (rstrm->
last_frag
)
471
while (rstrm->fbtbc > 0 || (! rstrm->
last_frag
)) {
475
if ((! rstrm->
last_frag
) && (! set_input_fragment(rstrm)))
478
rstrm->
last_frag
= FALSE;
492
while (rstrm->fbtbc > 0 || (! rstrm->
last_frag
)) {
496
if ((!rstrm->
last_frag
) && (!set_input_fragment(rstrm)))
524
*(rstrm->frag_header) = htonl((uint32_t)len |
LAST_FRAG
);
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025