Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:gzclose
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/zlib/watcom/
H
A
D
watcom_l.mak
8
gzclose
.c gzlib.c gzread.c gzwrite.c &
13
gzclose
.obj gzlib.obj gzread.obj gzwrite.obj &
29
wlib -b -c $(ZLIB_LIB) -+
gzclose
.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
H
A
D
watcom_f.mak
8
gzclose
.c gzlib.c gzread.c gzwrite.c &
13
gzclose
.obj gzlib.obj gzread.obj gzwrite.obj &
29
wlib -b -c $(ZLIB_LIB) -+
gzclose
.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
/third_party/zlib/contrib/delphi/
H
A
D
zlibd32.mak
21
OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj
gzclose
.obj gzlib.obj gzread.obj
23
OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+
gzclose
.obj+gzlib.obj+gzread.obj
41
gzclose
.obj:
gzclose
.c zlib.h zconf.h gzguts.h
/third_party/zlib/contrib/pascal/
H
A
D
zlibd32.mak
21
OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj
gzclose
.obj gzlib.obj gzread.obj
23
OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+
gzclose
.obj+gzlib.obj+gzread.obj
41
gzclose
.obj:
gzclose
.c zlib.h zconf.h gzguts.h
H
A
D
example.pas
118
gzclose
(zfile);
176
gzclose
(zfile);
/third_party/elfutils/libdwfl/
H
A
D
gzip.c
363
gzclose
(state.zf);
in unzip()
376
gzclose
(state.zf);
in unzip()
384
gzclose
(state.zf);
in unzip()
392
gzclose
(state.zf);
in unzip()
/third_party/zlib/contrib/dotzlib/DotZLib/
H
A
D
GZipStream.cs
24
private static extern int
gzclose
(IntPtr gzFile);
in gzclose()
method in DotZLib.GZipStream
135
gzclose
(_gzFile);
in cleanUp()
/third_party/zlib/test/
H
A
D
minigzip.c
268
static int
gzclose
(gzFile gz)
in gzclose()
function
355
if (
gzclose
(out) != Z_OK)
in gz_compress_mmap()
357
error("failed
gzclose
");
in gz_compress_mmap()
396
if (
gzclose
(out) != Z_OK)
in gz_compress()
398
error("failed
gzclose
");
in gz_compress()
431
if (
gzclose
(in) != Z_OK)
in gz_uncompress()
433
error("failed
gzclose
");
in gz_uncompress()
H
A
D
example.c
112
gzclose
(file);
in test_gzio()
161
gzclose
(file);
in test_gzio()
/third_party/node/deps/v8/third_party/zlib/
H
A
D
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(file)
in gzclose()
function
H
A
D
chromeconf.h
77
#define
gzclose
Cr_z_gzclose
macro
H
A
D
zconf.h
79
# define
gzclose
z_gzclose
macro
/third_party/node/deps/zlib/
H
A
D
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(gzFile file) {
in gzclose()
function
H
A
D
chromeconf.h
80
#define
gzclose
Cr_z_gzclose
macro
H
A
D
zconf.h
82
# define
gzclose
z_gzclose
macro
/third_party/skia/third_party/externals/zlib/
H
A
D
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(file)
in gzclose()
function
H
A
D
chromeconf.h
77
#define
gzclose
Cr_z_gzclose
macro
H
A
D
zconf.h
79
# define
gzclose
z_gzclose
macro
/third_party/zlib/
H
A
D
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(gzFile file) {
in gzclose()
function
H
A
D
zconf.h
70
# define
gzclose
z_gzclose
macro
/third_party/zlib/contrib/iostream2/
H
A
D
zstream.h
81
int r = ::
gzclose
(m_fp);
in close()
203
int r = ::
gzclose
(m_fp); m_fp = 0; return r;
in close()
/third_party/toybox/toys/lsb/
H
A
D
gzip.c
94
if (
gzclose
(gz) != Z_OK) perror_msg("
gzclose
"), err++;
in do_deflate()
/third_party/zlib/contrib/iostream/
H
A
D
zfstream.cpp
107
gzclose
( file );
in close()
/third_party/libwebsockets/win32port/zlib/
H
A
D
zconf.h
56
# define
gzclose
z_gzclose
macro
/third_party/zlib/contrib/iostream3/
H
A
D
zfstream.cc
117
if (
gzclose
(file) < 0)
in close()
Completed in 13 milliseconds
1
2