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:lws_dsh_obj_t
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libwebsockets/lib/core-net/
H
A
D
lws-dsh.c
30
lws_dsh_obj_t
*best;
56
lws_dsh_obj_t
*obj;
in lws_dsh_create()
87
obj = (
lws_dsh_obj_t
*)dsh->buf;
in lws_dsh_create()
109
lws_dsh_obj_t
*obj = lws_container_of(d,
lws_dsh_obj_t
, list);
in search_best_free()
153
size_t asize = sizeof(
lws_dsh_obj_t
) + lws_dsh_align(size1 + size2);
in _lws_dsh_alloc_tail()
218
lws_dsh_obj_t
*obj;
in _lws_dsh_alloc_tail()
234
obj = (
lws_dsh_obj_t
*)(((uint8_t *)s.best) + lws_dsh_align(s.best->asize));
in _lws_dsh_alloc_tail()
288
lws_dsh_obj_t
*_o = (
lws_dsh_obj_t
*)((uint8_
in lws_dsh_free()
[all...]
/third_party/libwebsockets/lib/core/
H
A
D
private-lib-core.h
164
}
lws_dsh_obj_t
;
typedef
Completed in 3 milliseconds