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:RING_DEPTH
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/
H
A
D
protocol_lws_minimal_server_echo.c
21
#define
RING_DEPTH
4096
macro
98
pss->ring = lws_ring_create(sizeof(struct msg),
RING_DEPTH
,
in callback_minimal_server_echo()
145
(int)lws_ring_get_count_free_elements(pss->ring) >
RING_DEPTH
- 5) {
in callback_minimal_server_echo()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H
A
D
protocol_lws_minimal_client_echo.c
21
#define
RING_DEPTH
1024
macro
153
pss->ring = lws_ring_create(sizeof(struct msg),
RING_DEPTH
,
in callback_minimal_client_echo()
203
(int)lws_ring_get_count_free_elements(pss->ring) >
RING_DEPTH
- 5) {
in callback_minimal_client_echo()
/third_party/libwebsockets/plugins/raw-proxy/
H
A
D
protocol_lws_raw_proxy.c
39
#define
RING_DEPTH
8
macro
406
RING_DEPTH
, __destroy_packet);
in callback_raw_proxy()
412
RING_DEPTH
, __destroy_packet);
in callback_raw_proxy()
Completed in 3 milliseconds