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:LZ4_freeStreamHC
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lz4/lib/
H
A
D
lz4hc.h
103
/*! LZ4_createStreamHC() and
LZ4_freeStreamHC
() :
110
LZ4LIB_API int
LZ4_freeStreamHC
(LZ4_streamHC_t* streamHCPtr);
275
LZ4_DEPRECATED("use
LZ4_freeStreamHC
() instead") LZ4LIB_API int LZ4_freeHC (void* LZ4HC_Data);
H
A
D
lz4hc.c
1001
int
LZ4_freeStreamHC
(LZ4_streamHC_t* LZ4_streamHCPtr)
in LZ4_freeStreamHC()
function
1003
DEBUGLOG(4, "
LZ4_freeStreamHC
(%p)", LZ4_streamHCPtr);
in LZ4_freeStreamHC()
/third_party/lz4/ossfuzz/
H
A
D
round_trip_stream_fuzzer.c
87
LZ4_freeStreamHC
(state.cstreamHC);
in state_free()
271
LZ4_freeStreamHC
(dictStream);
in state_attachDictHCRoundTrip()
/third_party/lz4/programs/
H
A
D
bench.c
272
LZ4_freeStreamHC
(pThis->LZ4_streamHC);
in LZ4_compressCleanupStreamHC()
273
LZ4_freeStreamHC
(pThis->LZ4_dictStreamHC);
in LZ4_compressCleanupStreamHC()
/third_party/lz4/tests/
H
A
D
fuzzer.c
987
LZ4_freeStreamHC
(LZ4_streamHC);
in FUZ_test()
1053
LZ4_freeStreamHC
(LZ4dictHC);
in FUZ_test()
1317
LZ4_freeStreamHC
(sp);
in FUZ_unitTests()
1716
LZ4_freeStreamHC
(sHC);
in FUZ_unitTests()
Completed in 11 milliseconds