OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_eof
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/lzw/
ftzopen.h
116
FT_Int
in_eof
;
member in struct:FT_LzwStateRec_
/src/external/zlib/pigz/dist/
pigz.c
493
int
in_eof
; /* true if reached end of file on input */
member in struct:__anon24661
2190
read, update g.in_tot, and return g.in_left -- g.
in_eof
is set to true when
2196
g.
in_eof
= 1;
2249
g.
in_eof
= 1;
2261
g.
in_eof
= 0;
2270
#define GET() (g.
in_eof
|| (g.in_left == 0 && load() == 0) ? EOF : \
2328
if (g.
in_eof
)
2394
if (g.
in_eof
)
2398
if (g.
in_eof
)
2408
if (g.
in_eof
)
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026