Home
last modified time | relevance | path

Searched refs:lws_tokenize (Results 1 – 21 of 21) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
DREADME.md1 # lws api test lws_tokenize
3 Performs selftests for lws_tokenize
20 $ ./lws-api-test-lws_tokenize
21 [2018/10/09 09:14:17:4834] USER: LWS API selftest: lws_tokenize
29 $ ./lws-api-test-lws_tokenize -s "hello: 1234,256"
30 [2018/10/09 09:14:17:4834] USER: LWS API selftest: lws_tokenize
DCMakeLists.txt1 project(lws-api-test-lws_tokenize C)
8 set(SAMP lws-api-test-lws_tokenize)
12 add_test(NAME api-test-lws_tokenize COMMAND lws-api-test-lws_tokenize)
Dmain.c327 struct lws_tokenize ts; in main()
545 e = lws_tokenize(&ts); in main()
634 e = lws_tokenize(&ts); in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-tokenize.h87 typedef struct lws_tokenize { struct
114 lws_tokenize_init(struct lws_tokenize *ts, const char *start, int flags);
136 lws_tokenize(struct lws_tokenize *ts);
149 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max);
/third_party/libwebsockets/lib/abstract/
Dabstract.c298 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/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c181 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/tls/
Dlws-genec-common.c52 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/minimal-examples/api-tests/
DREADME.md7 api-test-lws_tokenize|Generic secure string tokenizer api
/third_party/libwebsockets/lib/plat/unix/
Dunix-resolv.c57 ts.e = (int8_t)lws_tokenize(&ts); in lws_plat_asyncdns_init()
/third_party/libwebsockets/lib/misc/
Ddir.c367 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/
Dfault-injection.c288 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/
Dlibwebsockets.c801 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/
Dserver-ws.c443 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()
Dclient-ws.c237 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/
Dss-h1.c683 struct lws_tokenize ts; in secstream_h1()
697 e = lws_tokenize(&ts); in secstream_h1()
701 e = lws_tokenize(&ts); in secstream_h1()
/third_party/libwebsockets/lib/core-net/
Dnetwork.c659 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/
Dmetrics.c250 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/jose/jws/
Djws.c958 struct lws_tokenize ts; in lws_jwt_signed_validate()
1001 ts.e = (int8_t)lws_tokenize(&ts); in lws_jwt_signed_validate()
/third_party/libwebsockets/READMEs/
DREADME.ctest.md212 Start 8: api-test-lws_tokenize
213 68/73 Test #8: api-test-lws_tokenize ....................... Passed 0.01 sec
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2061 struct lws_tokenize ts; in lws_confirm_host_header()
2092 if (lws_tokenize(&ts) != LWS_TOKZE_TOKEN) in lws_confirm_host_header()
2102 e = lws_tokenize(&ts); in lws_confirm_host_header()
2104 if (lws_tokenize(&ts) != LWS_TOKZE_INTEGER) in lws_confirm_host_header()
/third_party/libwebsockets/
Dchangelog279 - lws_tokenize: flag specifying # should mark rest of line as comment
380 …[lws_tokenize docs](https://libwebsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-tok…
381 …[lws_tokenize minimal example / api test](https://libwebsockets.org/git/libwebsockets/tree/minimal…