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_cgi
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/lib/roles/cgi/
H
A
D
private-lib-roles-cgi.h
35
extern const struct lws_role_ops
role_ops_cgi
;
37
#define lwsi_role_cgi(wsi) (wsi->role_ops == &
role_ops_cgi
)
H
A
D
ops-cgi.c
33
assert(wsi->role_ops == &
role_ops_cgi
);
in rops_handle_POLLIN_cgi()
146
const struct lws_role_ops
role_ops_cgi
= {
variable
H
A
D
cgi-server.c
403
info.ops = &
role_ops_cgi
;
in lws_cgi()
/third_party/libwebsockets/lib/core/
H
A
D
context.c
1147
if (lws_rops_fidx(&
role_ops_cgi
, LWS_ROPS_pt_init_destroy))
in lws_create_context()
1148
(lws_rops_func_fidx(&
role_ops_cgi
, LWS_ROPS_pt_init_destroy)).
in lws_create_context()
1671
if (lws_rops_fidx(&
role_ops_cgi
, LWS_ROPS_pt_init_destroy))
in lws_pt_destroy()
1672
(lws_rops_func_fidx(&
role_ops_cgi
, LWS_ROPS_pt_init_destroy)).
in lws_pt_destroy()
1879
(lws_rops_func_fidx(&
role_ops_cgi
,
in lws_context_destroy()
2055
lws_rops_func_fidx(&
role_ops_cgi
,
in lws_context_destroy()
2125
lws_rops_func_fidx(&
role_ops_cgi
, LWS_ROPS_pt_init_destroy).
in lws_context_destroy()
/third_party/libwebsockets/lib/core-net/
H
A
D
close.c
434
if (wsi->role_ops == &
role_ops_cgi
) {
in __lws_close_free_wsi()
Completed in 5 milliseconds