libwebsockets
Lightweight C library for HTML5 websockets
lws_tokenize Struct Reference

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
 

Field Documentation

◆ e

int8_t lws_tokenize::e

convenient for storing lws_tokenize return

◆ flags

uint16_t lws_tokenize::flags

optional LWS_TOKENIZE_F_ flags, or 0

◆ len

size_t lws_tokenize::len

set to the length of the string to tokenize

◆ start

const char* lws_tokenize::start

set to the start of the string to tokenize

◆ token

const char* lws_tokenize::token

the start of an identified token or delimiter

◆ token_len

size_t lws_tokenize::token_len

the length of the identied token or delimiter


The documentation for this struct was generated from the following file: