Home
last modified time | relevance | path

Searched refs:tkz_from (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c122 tkz_to->tags = tkz_from->tags; in lxb_html_tokenizer_inherit()
123 tkz_to->attrs = tkz_from->attrs; in lxb_html_tokenizer_inherit()
124 tkz_to->attrs_mraw = tkz_from->attrs_mraw; in lxb_html_tokenizer_inherit()
125 tkz_to->mraw = tkz_from->mraw; in lxb_html_tokenizer_inherit()
130 tkz_to->dobj_token = tkz_from->dobj_token; in lxb_html_tokenizer_inherit()
131 tkz_to->dobj_token_attr = tkz_from->dobj_token_attr; in lxb_html_tokenizer_inherit()
150 tkz_to->base = tkz_from; in lxb_html_tokenizer_inherit()
153 tkz_to->start = tkz_from->start; in lxb_html_tokenizer_inherit()
154 tkz_to->end = tkz_from->end; in lxb_html_tokenizer_inherit()
156 tkz_to->current_line = tkz_from->current_line; in lxb_html_tokenizer_inherit()
[all …]
H A Dtokenizer.h111 lxb_html_tokenizer_t *tkz_from);
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch56 tkz_to->start = tkz_from->start;
57 tkz_to->end = tkz_from->end;
59 + tkz_to->current_line = tkz_from->current_line;
60 + tkz_to->current_column = tkz_from->current_column;

Completed in 25 milliseconds