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:fd_hashtable
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-fds.c
36
for (n = 0; n < context->
fd_hashtable
[h].length; n++)
in wsi_from_fd()
37
if (context->
fd_hashtable
[h].wsi[n]->desc.sockfd == fd)
in wsi_from_fd()
38
return context->
fd_hashtable
[h].wsi[n];
in wsi_from_fd()
48
if (context->
fd_hashtable
[h].length == (getdtablesize() - 1)) {
in insert_wsi()
53
context->
fd_hashtable
[h].wsi[context->
fd_hashtable
[h].length++] = wsi;
in insert_wsi()
64
for (n = 0; n < context->
fd_hashtable
[h].length; n++)
in delete_from_fd()
65
if (context->
fd_hashtable
[h].wsi[n]->desc.sockfd == fd) {
in delete_from_fd()
66
while (n < context->
fd_hashtable
[h].length) {
in delete_from_fd()
67
context->
fd_hashtable
[
in delete_from_fd()
[all...]
H
A
D
windows-init.c
108
context->
fd_hashtable
[i].wsi =
in lws_plat_init()
112
if (!context->
fd_hashtable
[i].wsi)
in lws_plat_init()
151
if (context->
fd_hashtable
[n].wsi)
in lws_plat_context_late_destroy()
152
lws_free(context->
fd_hashtable
[n].wsi);
in lws_plat_context_late_destroy()
/third_party/libwebsockets/lib/core/
H
A
D
private-lib-core.h
600
struct lws_fd_hashtable
fd_hashtable
[FD_HASHTABLE_MODULUS];
member
Completed in 2 milliseconds