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:plugin_dirs
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls/
H
A
D
minimal-http-server-tls.c
27
static const char * const
plugin_dirs
[] = {
variable
132
info.
plugin_dirs
=
plugin_dirs
;
in main()
/third_party/libwebsockets/lib/plat/freertos/
H
A
D
freertos-init.c
106
if (info->
plugin_dirs
)
in lws_plat_init()
107
lws_plat_plugins_init(context, info->
plugin_dirs
);
in lws_plat_init()
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-init.c
125
if (info->
plugin_dirs
)
in lws_plat_init()
126
lws_plat_plugins_init(&context->plugin_list, info->
plugin_dirs
,
in lws_plat_init()
H
A
D
windows-plugins.c
157
if (info->
plugin_dirs
) {
in lws_plat_plugins_init()
159
lws_plugins_init(&context->plugin_list, info->
plugin_dirs
,
in lws_plat_plugins_init()
/third_party/libwebsockets/lwsws/
H
A
D
main.c
81
static const char * const
plugin_dirs
[] = {
variable
158
info.
plugin_dirs
=
plugin_dirs
;
in context_creation()
/third_party/libwebsockets/lib/plat/optee/
H
A
D
lws-plat-optee.c
214
if (info->
plugin_dirs
)
in lws_plat_init()
215
lws_plat_plugins_init(context, info->
plugin_dirs
);
in lws_plat_init()
/third_party/libwebsockets/lib/roles/http/server/
H
A
D
lejp-conf.c
235
const char **
plugin_dirs
;
member
340
a->
plugin_dirs
[a->count_plugin_dirs++] = a->p;
in lejp_globals_cb()
1011
const char * const *old = info->
plugin_dirs
;
in lwsws_get_config_globals()
1024
info->
plugin_dirs
= (void *)a.p;
in lwsws_get_config_globals()
1026
a.
plugin_dirs
= (void *)a.p; /* writeable version */
in lwsws_get_config_globals()
1033
a.
plugin_dirs
[a.count_plugin_dirs++] = *old;
in lwsws_get_config_globals()
1052
a.
plugin_dirs
[a.count_plugin_dirs] = NULL;
in lwsws_get_config_globals()
/third_party/libwebsockets/lib/plat/unix/
H
A
D
unix-init.c
193
if (info->
plugin_dirs
)
in lws_plat_init()
195
info->
plugin_dirs
,
in lws_plat_init()
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-context-vhost.h
649
const char * const *
plugin_dirs
;
member
Completed in 9 milliseconds