Home
last modified time | relevance | path

Searched refs:LWS_TOKZE_INTEGER (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
DREADME.md32 { LWS_TOKZE_INTEGER, "1234", 4 }
34 { LWS_TOKZE_INTEGER, "256", 3 }
Dmain.c70 { LWS_TOKZE_INTEGER, "1234", 4 },
155 { LWS_TOKZE_INTEGER, "1", 1 },
/third_party/libwebsockets/include/libwebsockets/
Dlws-tokenize.h67 LWS_TOKZE_INTEGER, /* an integer appeared */ enumerator
/third_party/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c230 if (e != LWS_TOKZE_INTEGER) in callback_raw_proxy()
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c1044 return LWS_TOKZE_INTEGER; in lws_tokenize()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2104 if (lws_tokenize(&ts) != LWS_TOKZE_INTEGER) in lws_confirm_host_header()