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:gzhead
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libwebsockets/win32port/zlib/
H
A
D
deflate.c
266
s->
gzhead
= Z_NULL;
432
strm->state->
gzhead
= head;
562
if (s->
gzhead
!= Z_NULL) { /* user-supplied gzip header */
563
if (s->
gzhead
->extra != Z_NULL)
564
wraplen += 2 + s->
gzhead
->extra_len;
565
str = s->
gzhead
->name;
570
str = s->
gzhead
->comment;
575
if (s->
gzhead
->hcrc)
663
if (s->
gzhead
== Z_NULL) {
676
put_byte(s, (s->
gzhead
[all...]
H
A
D
deflate.h
102
gz_headerp
gzhead
; /* gzip header information to write */
member
/third_party/node/deps/zlib/
H
A
D
deflate.c
460
s->
gzhead
= Z_NULL;
in deflateInit2_()
746
strm->state->
gzhead
= head;
in deflateSetHeader()
903
if (s->
gzhead
!= Z_NULL) { /* user-supplied gzip header */
in deflateBound()
905
if (s->
gzhead
->extra != Z_NULL)
in deflateBound()
906
wraplen += 2 + s->
gzhead
->extra_len;
in deflateBound()
907
str = s->
gzhead
->name;
in deflateBound()
912
str = s->
gzhead
->comment;
in deflateBound()
917
if (s->
gzhead
->hcrc)
in deflateBound()
978
if (s->
gzhead
->hcrc && s->pending > (beg)) \
1075
if (s->
gzhead
in deflate()
[all...]
H
A
D
deflate.h
112
gz_headerp
gzhead
; /* gzip header information to write */
member
/third_party/node/deps/v8/third_party/zlib/
H
A
D
deflate.c
312
s->
gzhead
= Z_NULL;
574
strm->state->
gzhead
= head;
731
if (s->
gzhead
!= Z_NULL) { /* user-supplied gzip header */
733
if (s->
gzhead
->extra != Z_NULL)
734
wraplen += 2 + s->
gzhead
->extra_len;
735
str = s->
gzhead
->name;
740
str = s->
gzhead
->comment;
745
if (s->
gzhead
->hcrc)
809
if (s->
gzhead
->hcrc && s->pending > (beg)) \
909
if (s->
gzhead
[all...]
H
A
D
deflate.h
108
gz_headerp
gzhead
; /* gzip header information to write */
member
/third_party/skia/third_party/externals/zlib/
H
A
D
deflate.c
307
s->
gzhead
= Z_NULL;
569
strm->state->
gzhead
= head;
725
if (s->
gzhead
!= Z_NULL) { /* user-supplied gzip header */
727
if (s->
gzhead
->extra != Z_NULL)
728
wraplen += 2 + s->
gzhead
->extra_len;
729
str = s->
gzhead
->name;
734
str = s->
gzhead
->comment;
739
if (s->
gzhead
->hcrc)
803
if (s->
gzhead
->hcrc && s->pending > (beg)) \
901
if (s->
gzhead
[all...]
H
A
D
deflate.h
108
gz_headerp
gzhead
; /* gzip header information to write */
member
/third_party/zlib/
H
A
D
deflate.c
442
s->
gzhead
= Z_NULL;
in deflateInit2_()
713
strm->state->
gzhead
= head;
in deflateSetHeader()
871
if (s->
gzhead
!= Z_NULL) { /* user-supplied gzip header */
in deflateBound()
873
if (s->
gzhead
->extra != Z_NULL)
in deflateBound()
874
wraplen += 2 + s->
gzhead
->extra_len;
in deflateBound()
875
str = s->
gzhead
->name;
in deflateBound()
880
str = s->
gzhead
->comment;
in deflateBound()
885
if (s->
gzhead
->hcrc)
in deflateBound()
948
if (s->
gzhead
->hcrc && s->pending > (beg)) \
1045
if (s->
gzhead
in deflate()
[all...]
H
A
D
deflate.h
112
gz_headerp
gzhead
; /* gzip header information to write */
member
/third_party/zlib/examples/
H
A
D
gzjoin.c
204
local void
gzhead
(bin *in)
in gzhead()
function
295
gzhead
(in);
in gzcopy()
Completed in 13 milliseconds