Home
last modified time | relevance | path

Searched refs:lws_tokenize (Results 1 - 16 of 16) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-tokenize.h87 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 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/abstract/
H A 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/lib/tls/
H A 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/lib/plat/unix/
H A Dunix-resolv.c57 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 Dmain.c2 * 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 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/
H A 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/
H A 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/
H A 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()
H A 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/
H A Dss-h1.c686 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 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/
H A 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/roles/http/server/
H A Dserver.c2072 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 Djws.c958 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