Searched refs:LWS_TOKZE_ENDED (Results 1 – 9 of 9) sorted by relevance
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
D | main.c | 39 { 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 …]
|
D | README.md | 35 { LWS_TOKZE_ENDED, "", 0 }
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-tokenize.h | 57 LWS_TOKZE_ENDED = 0, /* no more content */ enumerator
|
/external/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 446 e = LWS_TOKZE_ENDED; in lws_process_ws_upgrade() 553 e = LWS_TOKZE_ENDED; in lws_process_ws_upgrade() 558 case LWS_TOKZE_ENDED: in lws_process_ws_upgrade()
|
D | client-ws.c | 316 e = LWS_TOKZE_ENDED; in lws_client_ws_upgrade()
|
/external/libwebsockets/plugins/raw-proxy/ |
D | protocol_lws_raw_proxy.c | 229 if (e != LWS_TOKZE_ENDED) in callback_raw_proxy()
|
/external/libwebsockets/lib/core-net/ |
D | network.c | 671 case LWS_TOKZE_ENDED: in lws_parse_numeric_address()
|
/external/libwebsockets/lib/core/ |
D | libwebsockets.c | 848 return LWS_TOKZE_ENDED; in lws_tokenize()
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 1858 if (e != LWS_TOKZE_ENDED) in lws_confirm_host_header()
|