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:role_ops_raw_skt
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libwebsockets/lib/roles/raw-skt/
H
A
D
ops-raw-skt.c
299
LRS_ESTABLISHED, &
role_ops_raw_skt
);
334
&
role_ops_raw_skt
);
352
const struct lws_role_ops
role_ops_raw_skt
= {
variable
/third_party/libwebsockets/lib/core-net/
H
A
D
vhost.c
101
if (!strcmp(name,
role_ops_raw_skt
.name))
in lws_role_by_name()
102
return &
role_ops_raw_skt
;
in lws_role_by_name()
196
if (lws_rops_fidx(&
role_ops_raw_skt
, LWS_ROPS_adoption_bind) &&
in lws_role_call_adoption_bind()
197
(lws_rops_func_fidx(&
role_ops_raw_skt
, LWS_ROPS_adoption_bind)).
in lws_role_call_adoption_bind()
235
if (lws_rops_fidx(&
role_ops_raw_skt
, LWS_ROPS_client_bind) &&
in lws_role_call_client_bind()
236
(lws_rops_func_fidx(&
role_ops_raw_skt
, LWS_ROPS_client_bind)).
in lws_role_call_client_bind()
H
A
D
close.c
468
if (wsi->role_ops == &
role_ops_raw_skt
) {
in __lws_close_free_wsi()
643
if (wsi->role_ops != &
role_ops_raw_skt
&& !lwsi_role_client(wsi) &&
in __lws_close_free_wsi()
738
(wsi->role_ops == &
role_ops_raw_skt
&& !lwsi_role_client(wsi)) ||
in __lws_close_free_wsi()
/third_party/libwebsockets/lib/roles/
H
A
D
private-lib-roles.h
358
extern const struct lws_role_ops
role_ops_raw_skt
, role_ops_raw_file,
/third_party/libwebsockets/lib/roles/h1/
H
A
D
ops-h1.c
83
if (wsi->role_ops == &
role_ops_raw_skt
in lws_read_h1()
928
LRS_SSL_INIT : LRS_ESTABLISHED, &
role_ops_raw_skt
);
in rops_adoption_bind_h1()
/third_party/libwebsockets/lib/core-net/client/
H
A
D
connect.c
462
if (wsi->role_ops != &
role_ops_raw_skt
||
in lws_client_connect_via_info()
/third_party/libwebsockets/lib/roles/http/client/
H
A
D
client-http.c
263
if (wsi->role_ops == &
role_ops_raw_skt
in lws_http_client_socket_service()
1167
&
role_ops_raw_skt
);
in lws_generate_client_handshake()
/third_party/libwebsockets/lib/roles/ws/
H
A
D
ops-ws.c
1384
if (wsi->role_ops == &
role_ops_raw_skt
in rops_handle_POLLOUT_ws()
/third_party/libwebsockets/lib/roles/http/server/
H
A
D
server.c
2143
const struct lws_role_ops *role = &
role_ops_raw_skt
;
in lws_http_to_fallback()
Completed in 12 milliseconds