OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gztell
(Results
1 - 9
of
9
) sorted by relevancy
/src/common/dist/zlib/test/
example.c
129
if (pos != 6 ||
gztell
(file) != pos) {
130
fprintf(stderr, "gzseek error, pos=%ld,
gztell
=%ld\n",
131
(long)pos, (long)
gztell
(file));
/src/common/dist/zlib/contrib/pascal/
example.pas
143
if (pos <> 6) or (
gztell
(zfile) <> pos) then
145
WriteLn('gzseek error, pos=', pos, ',
gztell
=',
gztell
(zfile));
/src/common/dist/zlib/
zlib.h
1447
provided, but could be inferred from the result of
gztell
(). This behavior
1580
ZEXTERN z_off_t ZEXPORT
gztell
(gzFile file);
1587
gztell
(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1884
# define
gztell
gztell64
macro
1902
ZEXTERN z_off_t ZEXPORT
gztell
(gzFile);
zconf.h
102
# define
gztell
z_gztell
macro
gzlib.c
435
z_off_t ZEXPORT
gztell
(gzFile file) {
function
zconf.h.cmakein
100
# define
gztell
z_gztell
zconf.h.in
98
# define
gztell
z_gztell
/src/sys/net/
zlib.h
1093
* "long"
gztell
has been there till Oct 1999 (1.4L), which was wrong.
1095
ZEXTERN z_off_t ZEXPORT
gztell
(gzFile);
1101
gztell
(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
/src/common/dist/zlib/os400/
zlib.inc
246
D
gztell
PR extproc('
gztell
')
250
D
gztell
PR extproc('gztell64')
Completed in 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026