Home
last modified time | relevance | path

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

/external/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)
5 set(SAMP lws-api-test-lws_tokenize)
Dmain.c316 struct lws_tokenize ts; in main()
420 e = lws_tokenize(&ts); in main()
509 e = lws_tokenize(&ts); in main()
/external/libwebsockets/include/libwebsockets/
Dlws-tokenize.h83 typedef struct lws_tokenize { struct
110 lws_tokenize_init(struct lws_tokenize *ts, const char *start, int flags);
132 lws_tokenize(struct lws_tokenize *ts);
145 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max);
/external/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()
/external/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c177 struct lws_tokenize ts; in callback_raw_proxy()
201 if (lws_tokenize(&ts) != LWS_TOKZE_TOKEN) in callback_raw_proxy()
210 if (lws_tokenize(&ts) != LWS_TOKZE_DELIMITER) in callback_raw_proxy()
213 e = lws_tokenize(&ts); in callback_raw_proxy()
220 e = lws_tokenize(&ts); in callback_raw_proxy()
223 e = lws_tokenize(&ts); in callback_raw_proxy()
227 e = lws_tokenize(&ts); in callback_raw_proxy()
/external/libwebsockets/lib/tls/
Dlws-genec-common.c52 struct lws_tokenize ts; in lws_genec_confirm_curve_allowed_by_tls_id()
60 e = lws_tokenize(&ts); in lws_genec_confirm_curve_allowed_by_tls_id()
/external/libwebsockets/minimal-examples/api-tests/
DREADME.md7 api-test-lws_tokenize|Generic secure string tokenizer api
/external/libwebsockets/lib/plat/unix/
Dunix-resolv.c54 ts.e = lws_tokenize(&ts); in lws_plat_asyncdns_init()
/external/libwebsockets/lib/core/
Dlibwebsockets.c626 lws_tokenize(struct lws_tokenize *ts) in lws_tokenize() function
865 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max) in lws_tokenize_cstr()
877 lws_tokenize_init(struct lws_tokenize *ts, const char *start, int flags) in lws_tokenize_init()
/external/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c236 struct lws_tokenize ts; in secstream_h1()
250 e = lws_tokenize(&ts); in secstream_h1()
254 e = lws_tokenize(&ts); in secstream_h1()
/external/libwebsockets/lib/roles/ws/
Dserver-ws.c414 struct lws_tokenize ts; in lws_process_ws_upgrade()
442 e = lws_tokenize(&ts); in lws_process_ws_upgrade()
539 e = lws_tokenize(&ts); in lws_process_ws_upgrade()
Dclient-ws.c238 struct lws_tokenize ts; in lws_client_ws_upgrade()
312 e = lws_tokenize(&ts); in lws_client_ws_upgrade()
/external/libwebsockets/lib/core-net/
Dnetwork.c579 struct lws_tokenize ts; in lws_parse_numeric_address()
605 ts.e = lws_tokenize(&ts); in lws_parse_numeric_address()
/external/libwebsockets/
Dchangelog86 - lws_tokenize: flag specifying # should mark rest of line as comment
187 …[lws_tokenize docs](https://libwebsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-tok…
188 …[lws_tokenize minimal example / api test](https://libwebsockets.org/git/libwebsockets/tree/minimal…
DREADME.md108 - lws_tokenize: flag specifying # should mark rest of line as comment
302 `lws_tokenize`) any valid numeric representation for ipv4 and ipv6 either
/external/libwebsockets/lib/roles/http/server/
Dserver.c1810 struct lws_tokenize ts; in lws_confirm_host_header()
1841 if (lws_tokenize(&ts) != LWS_TOKZE_TOKEN) in lws_confirm_host_header()
1851 e = lws_tokenize(&ts); in lws_confirm_host_header()
1853 if (lws_tokenize(&ts) != LWS_TOKZE_INTEGER) in lws_confirm_host_header()