libwebsockets
Lightweight C library for HTML5 websockets
|
Data Fields | |
const char * | start |
const char * | token |
size_t | len |
size_t | token_len |
uint16_t | flags |
uint8_t | delim |
int8_t | e |
int8_t lws_tokenize::e |
convenient for storing lws_tokenize return
uint16_t lws_tokenize::flags |
optional LWS_TOKENIZE_F_ flags, or 0
size_t lws_tokenize::len |
set to the length of the string to tokenize
const char* lws_tokenize::start |
set to the start of the string to tokenize
const char* lws_tokenize::token |
the start of an identified token or delimiter
size_t lws_tokenize::token_len |
the length of the identied token or delimiter