Searched refs:LWS_TOKZE_INTEGER (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
D | README.md | 32 { LWS_TOKZE_INTEGER, "1234", 4 } 34 { LWS_TOKZE_INTEGER, "256", 3 }
|
D | main.c | 70 { LWS_TOKZE_INTEGER, "1234", 4 }, 155 { LWS_TOKZE_INTEGER, "1", 1 },
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-tokenize.h | 67 LWS_TOKZE_INTEGER, /* an integer appeared */ enumerator
|
/third_party/libwebsockets/plugins/raw-proxy/ |
D | protocol_lws_raw_proxy.c | 230 if (e != LWS_TOKZE_INTEGER) in callback_raw_proxy()
|
/third_party/libwebsockets/lib/core/ |
D | libwebsockets.c | 1044 return LWS_TOKZE_INTEGER; in lws_tokenize()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 2104 if (lws_tokenize(&ts) != LWS_TOKZE_INTEGER) in lws_confirm_host_header()
|