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:system_ops
(Results
1 - 16
of
16
) sorted by relevance
/third_party/libwebsockets/lib/system/
H
A
D
system.c
35
return context->
system_ops
;
in lws_system_get_ops()
229
assert(pt->context->
system_ops
->attach);
in lws_system_do_attach()
230
if (!pt->context->
system_ops
->attach) {
in lws_system_do_attach()
241
if (pt->context->
system_ops
->attach(pt->context, pt->tid, NULL,
in lws_system_do_attach()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
H
A
D
main.c
239
static const lws_system_ops_t
system_ops
= {
variable
291
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H
A
D
minimal-secure-streams.c
415
static const lws_system_ops_t
system_ops
= {
variable
501
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
H
A
D
minimal-http-client.c
403
static lws_system_ops_t
system_ops
= {
variable
437
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H
A
D
minimal-secure-streams.c
519
static const lws_system_ops_t
system_ops
= {
variable
618
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H
A
D
minimal-secure-streams.c
474
static const lws_system_ops_t
system_ops
= {
variable
578
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H
A
D
minimal-secure-streams.c
537
static const lws_system_ops_t
system_ops
= {
variable
678
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H
A
D
minimal-secure-streams-testsfail.c
793
static const lws_system_ops_t
system_ops
= {
variable
865
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/lib/tls/
H
A
D
tls-jit-trust.c
185
if (!wsi->a.context->
system_ops
||
in lws_tls_jit_trust_sort_kids()
186
!wsi->a.context->
system_ops
->jit_trust_query)
in lws_tls_jit_trust_sort_kids()
225
wsi->a.context->
system_ops
->jit_trust_query(wsi->a.context,
in lws_tls_jit_trust_sort_kids()
306
cx->
system_ops
->jit_trust_query(cx, jci.skids[n].kid,
in lws_tls_jit_trust_vhost_bind()
/third_party/libwebsockets/lib/system/metrics/
H
A
D
metrics.c
166
if (!ctx->
system_ops
|| !ctx->
system_ops
->metric_report)
in lws_metrics_periodic_cb()
688
if (!ctx->
system_ops
|| !ctx->
system_ops
->metric_report)
in lws_metrics_dump_cb()
695
n = ctx->
system_ops
->metric_report(pub);
in lws_metrics_dump_cb()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H
A
D
minimal-http-client-multi.c
372
static const lws_system_ops_t
system_ops
= {
variable
570
info.
system_ops
= &
system_ops
;
in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H
A
D
minimal-http-client-captive-portal.c
297
info.
system_ops
= &ops;
in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
H
A
D
minimal-http-client-attach.c
188
info.
system_ops
= &ops;
in lws_create()
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-context-vhost.h
764
const lws_system_ops_t *
system_ops
;
member
/third_party/libwebsockets/lib/core/
H
A
D
private-lib-core.h
645
const lws_system_ops_t *
system_ops
;
member
H
A
D
context.c
655
context->
system_ops
= info->
system_ops
;
in lws_create_context()
Completed in 16 milliseconds