OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_remaining
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/file/dist/src/
compress.c
795
size_t
new_remaining
= bytes_max;
local
822
int rd = LZ_decompress_read(dec, bufp,
new_remaining
);
824
new_remaining
-= rd;
831
if (
new_remaining
== 0)
compress.c
795
size_t
new_remaining
= bytes_max;
local
822
int rd = LZ_decompress_read(dec, bufp,
new_remaining
);
824
new_remaining
-= rd;
831
if (
new_remaining
== 0)
Completed in 29 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026