php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <tokenizer.h>
Data Fields | |
lxb_css_syntax_tokenizer_cache_t * | cache |
lexbor_dobject_t * | tokens |
lexbor_array_obj_t * | parse_errors |
const lxb_char_t * | in_begin |
const lxb_char_t * | in_end |
const lxb_char_t * | begin |
uintptr_t | offset |
size_t | cache_pos |
size_t | prepared |
lexbor_mraw_t * | mraw |
lxb_css_syntax_tokenizer_chunk_f | chunk_cb |
void * | chunk_ctx |
lxb_char_t * | start |
lxb_char_t * | pos |
const lxb_char_t * | end |
lxb_char_t | buffer [128] |
lxb_css_syntax_token_data_t | token_data |
unsigned int | opt |
lxb_status_t | status |
bool | eof |
bool | with_comment |
Definition at line 43 of file tokenizer.h.
const lxb_char_t* lxb_css_syntax_tokenizer::begin |
Definition at line 51 of file tokenizer.h.
lxb_char_t lxb_css_syntax_tokenizer::buffer[128] |
Definition at line 66 of file tokenizer.h.
lxb_css_syntax_tokenizer_cache_t* lxb_css_syntax_tokenizer::cache |
Definition at line 44 of file tokenizer.h.
size_t lxb_css_syntax_tokenizer::cache_pos |
Definition at line 54 of file tokenizer.h.
lxb_css_syntax_tokenizer_chunk_f lxb_css_syntax_tokenizer::chunk_cb |
Definition at line 59 of file tokenizer.h.
void* lxb_css_syntax_tokenizer::chunk_ctx |
Definition at line 60 of file tokenizer.h.
const lxb_char_t* lxb_css_syntax_tokenizer::end |
Definition at line 65 of file tokenizer.h.
bool lxb_css_syntax_tokenizer::eof |
Definition at line 72 of file tokenizer.h.
const lxb_char_t* lxb_css_syntax_tokenizer::in_begin |
Definition at line 49 of file tokenizer.h.
const lxb_char_t* lxb_css_syntax_tokenizer::in_end |
Definition at line 50 of file tokenizer.h.
lexbor_mraw_t* lxb_css_syntax_tokenizer::mraw |
Definition at line 57 of file tokenizer.h.
uintptr_t lxb_css_syntax_tokenizer::offset |
Definition at line 53 of file tokenizer.h.
unsigned int lxb_css_syntax_tokenizer::opt |
Definition at line 70 of file tokenizer.h.
lexbor_array_obj_t* lxb_css_syntax_tokenizer::parse_errors |
Definition at line 47 of file tokenizer.h.
lxb_char_t* lxb_css_syntax_tokenizer::pos |
Definition at line 64 of file tokenizer.h.
size_t lxb_css_syntax_tokenizer::prepared |
Definition at line 55 of file tokenizer.h.
lxb_char_t* lxb_css_syntax_tokenizer::start |
Definition at line 63 of file tokenizer.h.
lxb_status_t lxb_css_syntax_tokenizer::status |
Definition at line 71 of file tokenizer.h.
lxb_css_syntax_token_data_t lxb_css_syntax_tokenizer::token_data |
Definition at line 67 of file tokenizer.h.
lexbor_dobject_t* lxb_css_syntax_tokenizer::tokens |
Definition at line 45 of file tokenizer.h.
bool lxb_css_syntax_tokenizer::with_comment |
Definition at line 73 of file tokenizer.h.