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:blob_header
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H
A
D
minimal-secure-streams.c
533
if (pol->u.http.
blob_header
[0]) {
in main()
534
printf("\t\t\t.
blob_header
= {\n");
in main()
535
for (n = 0; n < (int)LWS_ARRAY_SIZE(pol->u.http.
blob_header
); n++)
in main()
536
if (pol->u.http.
blob_header
[n])
in main()
538
pol->u.http.
blob_header
[n]);
in main()
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-secure-streams-policy.h
282
const char *
blob_header
[_LWSSS_HBI_COUNT];
member
/third_party/libwebsockets/lib/secure-streams/protocols/
H
A
D
ss-h1.c
758
if (!h->policy->u.http.
blob_header
[m])
in secstream_h1()
790
(uint8_t *)h->policy->u.http.
blob_header
[m],
in secstream_h1()
/third_party/libwebsockets/lib/secure-streams/
H
A
D
policy-json.c
927
pp = (char **)&a->curr[LTY_POLICY].p->u.http.
blob_header
[
in lws_ss_policy_parser_cb()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H
A
D
static-policy.h
1442
.
blob_header
= {
1465
.
blob_header
= {
1485
.
blob_header
= {
Completed in 8 milliseconds