Home
last modified time | relevance | path

Searched refs:LWS_TOKZE_ENDED (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c39 { LWS_TOKZE_ENDED, NULL, 0 },
64 { LWS_TOKZE_ENDED, NULL, 0 },
71 { LWS_TOKZE_ENDED, NULL, 0 },
111 { LWS_TOKZE_ENDED, "", 0 },
125 { LWS_TOKZE_ENDED, "", 0 },
144 { LWS_TOKZE_ENDED, "", 0 },
148 { LWS_TOKZE_ENDED, "", 0 },
152 { LWS_TOKZE_ENDED, "", 0 },
160 { LWS_TOKZE_ENDED, "", 0 },
166 { LWS_TOKZE_ENDED, "", 0 },
[all …]
DREADME.md35 { LWS_TOKZE_ENDED, "", 0 }
/third_party/libwebsockets/include/libwebsockets/
Dlws-tokenize.h61 LWS_TOKZE_ENDED = 0, /* no more content */ enumerator
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c475 e = LWS_TOKZE_ENDED; in lws_process_ws_upgrade()
609 e = LWS_TOKZE_ENDED; in lws_process_ws_upgrade()
614 case LWS_TOKZE_ENDED: in lws_process_ws_upgrade()
Dclient-ws.c306 e = LWS_TOKZE_ENDED; in lws_client_ws_upgrade()
/third_party/libwebsockets/lib/system/fault-injection/
Dfault-injection.c439 case LWS_TOKZE_ENDED: in lws_fi_deserialize()
/third_party/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c235 if (e != LWS_TOKZE_ENDED) in callback_raw_proxy()
/third_party/libwebsockets/lib/core-net/
Dnetwork.c751 case LWS_TOKZE_ENDED: in lws_parse_numeric_address()
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c1032 return LWS_TOKZE_ENDED; in lws_tokenize()
/third_party/libwebsockets/lib/jose/jws/
Djws.c1005 } while (ts.e != LWS_TOKZE_ENDED); in lws_jwt_signed_validate()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2109 if (e != LWS_TOKZE_ENDED) in lws_confirm_host_header()