Home
last modified time | relevance | path

Searched refs:LWS_TOKZE_TOKEN_NAME_COLON (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
DREADME.md31 { LWS_TOKZE_TOKEN_NAME_COLON, "hello", 5 }
Dmain.c42 { LWS_TOKZE_TOKEN_NAME_COLON, "Accept-Language", 15 },
/external/libwebsockets/include/libwebsockets/
Dlws-tokenize.h70 LWS_TOKZE_TOKEN_NAME_COLON, /* token [whitespace] : (only with enumerator
/external/libwebsockets/lib/core/
Dlibwebsockets.c916 return LWS_TOKZE_TOKEN_NAME_COLON; in lws_tokenize()