OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XZ_STREAM_END
(Results
1 - 2
of
2
) sorted by null
/external/xz-embedded/linux/include/linux/
xz.h
68
* @
XZ_STREAM_END
: Operation finished successfully.
114
XZ_STREAM_END
,
209
*
XZ_STREAM_END
), b->in_pos and b->out_pos are not modified and the
/external/toybox/toys/pending/
xzcat.c
29
* @
XZ_STREAM_END
: Operation finished successfully.
64
XZ_STREAM_END
,
138
*
XZ_STREAM_END
), b->in_pos and b->out_pos are not modified and the
264
case
XZ_STREAM_END
:
430
* filter anymore once it has returned
XZ_STREAM_END
.
837
* filter in the chain had already returned
XZ_STREAM_END
.
844
if (s->ret ==
XZ_STREAM_END
)
845
return
XZ_STREAM_END
;
858
* more output coming but hasn't returned
XZ_STREAM_END
yet.
866
if (s->ret !=
XZ_STREAM_END
[
all
...]
Completed in 2451 milliseconds