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:rideshare
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/protocols/
H
A
D
ss-h1.c
969
!h->
rideshare
)
in secstream_h1()
971
h->
rideshare
= h->policy;
in secstream_h1()
978
!h->inside_msg && h->
rideshare
->u.http.multipart_name)
in secstream_h1()
980
h->
rideshare
->u.http.multipart_name,
in secstream_h1()
981
h->
rideshare
->u.http.multipart_filename,
in secstream_h1()
982
h->
rideshare
->u.http.multipart_content_type,
in secstream_h1()
1008
if (!h->
rideshare
->rideshare_streamtype) {
in secstream_h1()
1011
if (h->
rideshare
->u.http.multipart_name)
in secstream_h1()
1017
h->
rideshare
= lws_ss_policy_lookup(wsi->a.context,
in secstream_h1()
1018
h->
rideshare
in secstream_h1()
[all...]
/third_party/libwebsockets/lib/secure-streams/
H
A
D
secure-streams-process.c
129
if (m->ss->
rideshare
!= m->ss->policy && m->ss->
rideshare
) {
in ss_proxy_onward_rx()
130
rsp = m->ss->
rideshare
->streamtype;
in ss_proxy_onward_rx()
545
* If there's
rideshare
sequencing, it's added after the
in callback_ss_proxy()
H
A
D
private-lib-secure-streams.h
86
const lws_ss_policy_t *
rideshare
;
member
242
char
rideshare
[32];
member
H
A
D
secure-streams-client.c
903
* ...the serialized RX
rideshare
name if any...
in lws_sspc_rideshare()
906
if (h->parser.
rideshare
[0]) {
in lws_sspc_rideshare()
907
lwsl_sspc_info(h, "parser %s", h->parser.
rideshare
);
in lws_sspc_rideshare()
909
return h->parser.
rideshare
;
in lws_sspc_rideshare()
913
* The tx
rideshare
index
in lws_sspc_rideshare()
H
A
D
secure-streams-serialize.c
156
* We should have the
rideshare
name if we have been told it's
in lws_ss_serialize_rx_payload()
157
* on a non-default
rideshare
in lws_ss_serialize_rx_payload()
177
* If we are on a non-default
rideshare
, append the non-default name to
in lws_ss_serialize_rx_payload()
491
par->
rideshare
[0] = '\0';
in lws_ss_deserialize_parse()
600
* Inbound
rideshare
info is provided on the RX packet
in lws_ss_deserialize_parse()
651
par->
rideshare
[par->ctr++] = (char)*cp++;
in lws_ss_deserialize_parse()
1382
/* no
rideshare
data is OK */
in lws_ss_deserialize_parse()
H
A
D
secure-streams.c
1705
if (!h->
rideshare
)
in lws_ss_rideshare()
1708
return h->
rideshare
->streamtype;
in lws_ss_rideshare()
Completed in 8 milliseconds