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:lws_tokenize
(Results
1 - 16
of
16
) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-tokenize.h
87
typedef struct
lws_tokenize
{
struct
96
int8_t e; /**< convenient for storing
lws_tokenize
return */
100
*
lws_tokenize
() - breaks down a string into tokens and delimiters in-place
102
* \param ts: the
lws_tokenize
struct to init
114
lws_tokenize_init(struct
lws_tokenize
*ts, const char *start, int flags);
117
*
lws_tokenize
() - breaks down a string into tokens and delimiters in-place
119
* \param ts: the
lws_tokenize
struct with information and state on what to do
124
* Then `
lws_tokenize
()` may be called repeatedly on the struct, returning one
136
lws_tokenize
(struct
lws_tokenize
*t
[all...]
/third_party/libwebsockets/plugins/raw-proxy/
H
A
D
protocol_lws_raw_proxy.c
181
struct
lws_tokenize
ts;
in callback_raw_proxy()
207
if (
lws_tokenize
(&ts) != LWS_TOKZE_TOKEN)
in callback_raw_proxy()
216
if (
lws_tokenize
(&ts) != LWS_TOKZE_DELIMITER)
in callback_raw_proxy()
219
e =
lws_tokenize
(&ts);
in callback_raw_proxy()
226
e =
lws_tokenize
(&ts);
in callback_raw_proxy()
229
e =
lws_tokenize
(&ts);
in callback_raw_proxy()
233
e =
lws_tokenize
(&ts);
in callback_raw_proxy()
/third_party/libwebsockets/lib/abstract/
H
A
D
abstract.c
298
struct
lws_tokenize
ts;
in lws_abstract_alloc()
307
e =
lws_tokenize
(&ts);
in lws_abstract_alloc()
318
e =
lws_tokenize
(&ts);
in lws_abstract_alloc()
322
e =
lws_tokenize
(&ts);
in lws_abstract_alloc()
/third_party/libwebsockets/lib/tls/
H
A
D
lws-genec-common.c
52
struct
lws_tokenize
ts;
in lws_genec_confirm_curve_allowed_by_tls_id()
61
e =
lws_tokenize
(&ts);
in lws_genec_confirm_curve_allowed_by_tls_id()
/third_party/libwebsockets/lib/plat/unix/
H
A
D
unix-resolv.c
57
ts.e = (int8_t)
lws_tokenize
(&ts);
in lws_plat_asyncdns_init()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H
A
D
main.c
2
* lws-api-test-
lws_tokenize
327
struct
lws_tokenize
ts;
in main()
344
lwsl_user("LWS API selftest:
lws_tokenize
\n");
in main()
545
e =
lws_tokenize
(&ts);
in main()
634
e =
lws_tokenize
(&ts);
in main()
/third_party/libwebsockets/lib/misc/
H
A
D
dir.c
367
struct
lws_tokenize
ts;
in lws_plugins_init()
379
ts.e = (int8_t)
lws_tokenize
(&ts);
in lws_plugins_init()
/third_party/libwebsockets/lib/system/fault-injection/
H
A
D
fault-injection.c
288
struct
lws_tokenize
ts;
in lws_fi_deserialize()
308
ts.e = (int8_t)
lws_tokenize
(&ts);
in lws_fi_deserialize()
/third_party/libwebsockets/lib/core/
H
A
D
libwebsockets.c
801
lws_tokenize
(struct
lws_tokenize
*ts)
in lws_tokenize()
function
1049
lws_tokenize_cstr(struct
lws_tokenize
*ts, char *str, size_t max)
in lws_tokenize_cstr()
1061
lws_tokenize_init(struct
lws_tokenize
*ts, const char *start, int flags)
in lws_tokenize_init()
/third_party/libwebsockets/lib/roles/ws/
H
A
D
server-ws.c
443
struct
lws_tokenize
ts;
in lws_process_ws_upgrade()
471
e =
lws_tokenize
(&ts);
in lws_process_ws_upgrade()
595
e =
lws_tokenize
(&ts);
in lws_process_ws_upgrade()
H
A
D
client-ws.c
237
struct
lws_tokenize
ts;
in lws_client_ws_upgrade()
302
e =
lws_tokenize
(&ts);
in lws_client_ws_upgrade()
/third_party/libwebsockets/lib/secure-streams/protocols/
H
A
D
ss-h1.c
686
struct
lws_tokenize
ts;
in secstream_h1()
700
e =
lws_tokenize
(&ts);
in secstream_h1()
704
e =
lws_tokenize
(&ts);
in secstream_h1()
/third_party/libwebsockets/lib/core-net/
H
A
D
network.c
659
struct
lws_tokenize
ts;
in lws_parse_numeric_address()
685
ts.e = (int8_t)
lws_tokenize
(&ts);
in lws_parse_numeric_address()
/third_party/libwebsockets/lib/system/metrics/
H
A
D
metrics.c
250
struct
lws_tokenize
ts;
in lws_metrics_check_in_policy()
263
ts.e = (int8_t)
lws_tokenize
(&ts);
in lws_metrics_check_in_policy()
/third_party/libwebsockets/lib/roles/http/server/
H
A
D
server.c
2072
struct
lws_tokenize
ts;
in lws_confirm_host_header()
2103
if (
lws_tokenize
(&ts) != LWS_TOKZE_TOKEN)
in lws_confirm_host_header()
2113
e =
lws_tokenize
(&ts);
in lws_confirm_host_header()
2115
if (
lws_tokenize
(&ts) != LWS_TOKZE_INTEGER)
in lws_confirm_host_header()
/third_party/libwebsockets/lib/jose/jws/
H
A
D
jws.c
958
struct
lws_tokenize
ts;
in lws_jwt_signed_validate()
1001
ts.e = (int8_t)
lws_tokenize
(&ts);
in lws_jwt_signed_validate()
Completed in 16 milliseconds