Home
last modified time | relevance | path

Searched refs:LWS_TOKENIZE_F_MINUS_NONTERM (Results 1 – 15 of 15) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c187 LWS_TOKENIZE_F_MINUS_NONTERM | LWS_TOKENIZE_F_AGG_COLON
191 LWS_TOKENIZE_F_MINUS_NONTERM | LWS_TOKENIZE_F_AGG_COLON
195 LWS_TOKENIZE_F_MINUS_NONTERM | LWS_TOKENIZE_F_AGG_COLON
221 LWS_TOKENIZE_F_MINUS_NONTERM | LWS_TOKENIZE_F_RFC7230_DELIMS
226 LWS_TOKENIZE_F_MINUS_NONTERM | LWS_TOKENIZE_F_RFC7230_DELIMS
601 if (flags & LWS_TOKENIZE_F_MINUS_NONTERM) in main()
/third_party/libwebsockets/lib/plat/unix/
Dunix-resolv.c54 LWS_TOKENIZE_F_MINUS_NONTERM | in lws_plat_asyncdns_init()
/third_party/libwebsockets/include/libwebsockets/
Dlws-tokenize.h26 #define LWS_TOKENIZE_F_MINUS_NONTERM (1 << 0) macro
/third_party/libwebsockets/lib/tls/
Dlws-genec-common.c58 LWS_TOKENIZE_F_MINUS_NONTERM); in lws_genec_confirm_curve_allowed_by_tls_id()
/third_party/libwebsockets/lib/abstract/
Dabstract.c305 lws_tokenize_init(&ts, abstract_path, LWS_TOKENIZE_F_MINUS_NONTERM); in lws_abstract_alloc()
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c464 LWS_TOKENIZE_F_MINUS_NONTERM); in lws_process_ws_upgrade()
529 LWS_TOKENIZE_F_MINUS_NONTERM | in lws_process_ws_upgrade()
Dclient-ws.c295 LWS_TOKENIZE_F_MINUS_NONTERM); in lws_client_ws_upgrade()
/third_party/libwebsockets/lib/misc/
Ddir.c374 LWS_TOKENIZE_F_MINUS_NONTERM | in lws_plugins_init()
/third_party/libwebsockets/lib/system/fault-injection/
Dfault-injection.c302 LWS_TOKENIZE_F_MINUS_NONTERM); in lws_fi_deserialize()
/third_party/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c203 LWS_TOKENIZE_F_MINUS_NONTERM | in callback_raw_proxy()
/third_party/libwebsockets/lib/core-net/
Dnetwork.c667 LWS_TOKENIZE_F_MINUS_NONTERM); in lws_parse_numeric_address()
/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c256 ts.flags = (uint16_t)(LWS_TOKENIZE_F_MINUS_NONTERM | in lws_metrics_check_in_policy()
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c812 if (ts->flags & LWS_TOKENIZE_F_MINUS_NONTERM) { in lws_tokenize()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c696 LWS_TOKENIZE_F_MINUS_NONTERM; in secstream_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2101 LWS_TOKENIZE_F_MINUS_NONTERM /* a-b.com */); in lws_confirm_host_header()