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:shadow_sub
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/protocols/
H
A
D
ss-mqtt.c
386
for (i = 0; i < h->u.mqtt.
shadow_sub
.num_topics; i++)
in secstream_mqtt_shadow_cleanup()
387
lws_free((void *)h->u.mqtt.
shadow_sub
.topic[i].name);
in secstream_mqtt_shadow_cleanup()
389
h->u.mqtt.
shadow_sub
.num_topics = 0;
in secstream_mqtt_shadow_cleanup()
391
if (h->u.mqtt.
shadow_sub
.topic) {
in secstream_mqtt_shadow_cleanup()
392
lws_free(h->u.mqtt.
shadow_sub
.topic);
in secstream_mqtt_shadow_cleanup()
393
h->u.mqtt.
shadow_sub
.topic = NULL;
in secstream_mqtt_shadow_cleanup()
402
if (h->u.mqtt.
shadow_sub
.num_topics == 0) {
in secstream_mqtt_shadow_unsubscribe()
410
if (lws_mqtt_client_send_unsubcribe(wsi, &h->u.mqtt.
shadow_sub
)) {
in secstream_mqtt_shadow_unsubscribe()
438
if (h->u.mqtt.
shadow_sub
.num_topics > 0)
in secstream_mqtt_shadow_subscribe()
441
memset(&h->u.mqtt.
shadow_sub
,
in secstream_mqtt_shadow_subscribe()
[all...]
/third_party/libwebsockets/lib/secure-streams/
H
A
D
private-lib-secure-streams.h
150
lws_mqtt_subscribe_param_t
shadow_sub
;
member
Completed in 2 milliseconds