Searched refs:LWS_TOKZE_TOKEN (Results 1 – 16 of 16) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
D | main.c | 34 { LWS_TOKZE_TOKEN, "protocol-1", 10 }, 36 { LWS_TOKZE_TOKEN, "protocol_2", 10 }, 38 { LWS_TOKZE_TOKEN, "protocol3", 9 }, 43 { LWS_TOKZE_TOKEN, "fr-CH", 5 }, 45 { LWS_TOKZE_TOKEN, "fr", 2 }, 50 { LWS_TOKZE_TOKEN, "en", 2 }, 55 { LWS_TOKZE_TOKEN, "de", 2 }, 77 { LWS_TOKZE_TOKEN, "brokenlist2", 11 }, 82 { LWS_TOKZE_TOKEN, "brokenlist3", 11 }, 88 { LWS_TOKZE_TOKEN, "fr", 2 }, [all …]
|
/third_party/libwebsockets/lib/abstract/ |
D | abstract.c | 308 if (e != LWS_TOKZE_TOKEN) in lws_abstract_alloc() 323 if (e != LWS_TOKZE_TOKEN) in lws_abstract_alloc()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-resolv.c | 58 if (ts.e != LWS_TOKZE_TOKEN) { in lws_plat_asyncdns_init()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-tokenize.h | 66 LWS_TOKZE_TOKEN, /* a token appeared */ enumerator
|
/third_party/libwebsockets/lib/tls/ |
D | lws-genec-common.c | 63 case LWS_TOKZE_TOKEN: in lws_genec_confirm_curve_allowed_by_tls_id()
|
/third_party/libwebsockets/plugins/raw-proxy/ |
D | protocol_lws_raw_proxy.c | 207 if (lws_tokenize(&ts) != LWS_TOKZE_TOKEN) in callback_raw_proxy() 221 if (e != LWS_TOKZE_TOKEN || in callback_raw_proxy()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 473 case LWS_TOKZE_TOKEN: in lws_process_ws_upgrade() 597 case LWS_TOKZE_TOKEN: in lws_process_ws_upgrade()
|
D | client-ws.c | 304 case LWS_TOKZE_TOKEN: in lws_client_ws_upgrade()
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 380 if (ts.e != LWS_TOKZE_TOKEN) in lws_plugins_init()
|
/third_party/libwebsockets/lib/system/fault-injection/ |
D | fault-injection.c | 310 case LWS_TOKZE_TOKEN: in lws_fi_deserialize()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 1002 if (ts.e == LWS_TOKZE_TOKEN && ts.token_len == n && in lws_jwt_signed_validate() 1007 if (ts.e != LWS_TOKZE_TOKEN) { in lws_jwt_signed_validate()
|
/third_party/libwebsockets/lib/core-net/ |
D | network.c | 687 case LWS_TOKZE_TOKEN: in lws_parse_numeric_address()
|
/third_party/libwebsockets/lib/system/metrics/ |
D | metrics.c | 265 if (ts.e == LWS_TOKZE_TOKEN) { in lws_metrics_check_in_policy()
|
/third_party/libwebsockets/lib/core/ |
D | libwebsockets.c | 1040 return LWS_TOKZE_TOKEN; in lws_tokenize()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 705 if (e != LWS_TOKZE_TOKEN) in secstream_h1()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 2103 if (lws_tokenize(&ts) != LWS_TOKZE_TOKEN) in lws_confirm_host_header()
|