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:rx_ubuf
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libwebsockets/lib/roles/ws/
H
A
D
client-parser-ws.c
337
assert(wsi->ws->
rx_ubuf
);
in lws_ws_client_rx_sm()
350
wsi->ws->
rx_ubuf
[LWS_PRE + (wsi->ws->rx_ubuf_head++)] = c;
in lws_ws_client_rx_sm()
385
pp = &wsi->ws->
rx_ubuf
[LWS_PRE];
in lws_ws_client_rx_sm()
464
&wsi->ws->
rx_ubuf
[LWS_PRE],
in lws_ws_client_rx_sm()
479
lwsl_hexdump_wsi_debug(wsi, &wsi->ws->
rx_ubuf
[LWS_PRE],
in lws_ws_client_rx_sm()
517
pmdrx.eb_in.token = &wsi->ws->
rx_ubuf
[LWS_PRE];
in lws_ws_client_rx_sm()
H
A
D
ops-ws.c
387
assert(wsi->ws->
rx_ubuf
);
in lws_ws_rx_sm()
395
wsi->ws->
rx_ubuf
[LWS_PRE +
in lws_ws_rx_sm()
398
wsi->ws->
rx_ubuf
[LWS_PRE +
in lws_ws_rx_sm()
447
pp = &wsi->ws->
rx_ubuf
[LWS_PRE];
in lws_ws_rx_sm()
501
&wsi->ws->
rx_ubuf
[LWS_PRE],
in lws_ws_rx_sm()
532
&wsi->ws->
rx_ubuf
[LWS_PRE],
in lws_ws_rx_sm()
546
lwsl_hexdump(&wsi->ws->
rx_ubuf
[LWS_PRE],
in lws_ws_rx_sm()
581
pmdrx.eb_in.token = &wsi->ws->
rx_ubuf
[LWS_PRE];
in lws_ws_rx_sm()
842
wsi->ws->
rx_ubuf
= lws_malloc((unsigned int)n + 4 /* 0x0000ffff zlib */, "
rx_ubuf
");
in lws_server_init_wsi_for_ws()
[all...]
H
A
D
private-lib-roles-ws.h
93
unsigned char *
rx_ubuf
;
member
H
A
D
client-ws.c
642
wsi->ws->
rx_ubuf
= lws_malloc((unsigned int)n + 4 /* 0x0000ffff zlib */,
in lws_client_ws_upgrade()
644
if (!wsi->ws->
rx_ubuf
) {
in lws_client_ws_upgrade()
Completed in 6 milliseconds