|
libwebsockets
Lightweight C library for HTML5 websockets
|
Data Fields | |
| char | collect [128] |
| const char * | start |
| const char * | token |
| size_t | len |
| size_t | token_len |
| lws_tokenize_state | state |
| int | line |
| int | effline |
| uint16_t | flags |
| uint8_t | delim |
| int8_t | e |
| uint8_t | reset_token:1 |
| uint8_t | crlf:1 |
| uint8_t | dry:1 |
| 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