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:lwsi_role_http
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libwebsockets/lib/roles/http/
H
A
D
private-lib-roles-http.h
37
#define
lwsi_role_http
(wsi) (lwsi_role_h1(wsi) || lwsi_role_h2(wsi))
macro
H
A
D
parsers.c
223
if (!
lwsi_role_http
(wsi)) {
in lws_header_table_attach()
/third_party/libwebsockets/lib/roles/
H
A
D
private-lib-roles.h
367
#define
lwsi_role_http
(wsi) (0)
macro
/third_party/libwebsockets/lib/core-net/
H
A
D
socks5-client.c
361
if (
lwsi_role_http
(wsi) &&
in lws_socks5c_handle_state()
H
A
D
close.c
473
if (
lwsi_role_http
(wsi) && lwsi_role_server(wsi) &&
in __lws_close_free_wsi()
568
if (
lwsi_role_http
(wsi) && lwsi_role_server(wsi) &&
in __lws_close_free_wsi()
H
A
D
vhost.c
1812
(
lwsi_role_http
(w) &&
lwsi_role_http
(wsi))) &&
H
A
D
wsi.c
1641
if (
lwsi_role_http
(wsi) &&
in lws_wsi_mux_apply_queue()
/third_party/libwebsockets/lib/roles/h1/
H
A
D
ops-h1.c
912
if (type & _LWS_ADOPT_FINISH && !
lwsi_role_http
(wsi))
in rops_adoption_bind_h1()
/third_party/libwebsockets/lib/roles/h2/
H
A
D
ops-h2.c
257
if (
lwsi_role_http
(wsi) && lwsi_role_client(wsi) &&
in rops_handle_POLLIN_h2()
H
A
D
http2.c
2189
if (
lwsi_role_http
(h2n->swsi) &&
/third_party/libwebsockets/lib/roles/http/server/
H
A
D
server.c
2219
if (!lwsi_role_server(wsi) || !
lwsi_role_http
(wsi)) {
in lws_handshake_server()
2649
if (
lwsi_role_http
(wsi) && lwsi_role_server(wsi) &&
in lws_http_transaction_completed()
Completed in 17 milliseconds