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:pvo1
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-proxy/
H
A
D
minimal-raw-proxy.c
35
static struct lws_protocol_vhost_options
pvo1
= {
variable
44
&
pvo1
, /* "child" pvo linked-list */
68
pvo1
.value = outward;
in main()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-proxy-fallback/
H
A
D
minimal-raw-proxy-fallback.c
61
static struct lws_protocol_vhost_options
pvo1
= {
variable
70
&
pvo1
, /* "child" pvo linked-list */
94
pvo1
.value = outward;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
H
A
D
minimal-http-server-deaddrop.c
119
},
pvo1
= {
variable
123
&
pvo1
, /* "child" pvo linked-list */
/third_party/libwebsockets/test-apps/
H
A
D
test-sshd.c
137
const struct lws_protocol_vhost_options *pvo = priv->env, *
pvo1
;
in ssh_ops_channel_destroy()
local
140
pvo1
= pvo;
in ssh_ops_channel_destroy()
144
free((void *)
pvo1
);
in ssh_ops_channel_destroy()
H
A
D
test-server.c
365
pvo1
= {
variable
372
&
pvo1
, /* "next" pvo linked-list */
/third_party/libwebsockets/lib/core-net/
H
A
D
vhost.c
383
const struct lws_protocol_vhost_options *pvo, *
pvo1
;
in lws_protocol_init_vhost()
local
411
pvo1
= pvo;
in lws_protocol_init_vhost()
412
pvo =
pvo1
->options;
in lws_protocol_init_vhost()
Completed in 5 milliseconds