Home
last modified time | relevance | path

Searched refs:value_begin (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/ext/dom/lexbor/lexbor/html/
H A Dtoken_attr.h35 const lxb_char_t *value_begin; member
H A Dtoken.c287 if (attr->value_begin == NULL) { in lxb_html_token_doctype_parse()
300 if (attr->value_begin == NULL) { in lxb_html_token_doctype_parse()
H A Dtree.c476 if (token_attr->value_begin != NULL) { in lxb_html_tree_append_attributes()
/PHP-8.4/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_doctype.c778 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_doctype_public_identifier_double_quoted()
844 if (tkz->token->attr_last->value_begin == NULL) { in lxb_html_tokenizer_state_doctype_public_identifier_double_quoted()
893 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_doctype_public_identifier_single_quoted()
959 if (tkz->token->attr_last->value_begin == NULL) { in lxb_html_tokenizer_state_doctype_public_identifier_single_quoted()
1331 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_doctype_system_identifier_double_quoted()
1397 if (tkz->token->attr_last->value_begin == NULL) { in lxb_html_tokenizer_state_doctype_system_identifier_double_quoted()
1446 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_doctype_system_identifier_single_quoted()
1512 if (tkz->token->attr_last->value_begin == NULL) { in lxb_html_tokenizer_state_doctype_system_identifier_single_quoted()
H A Dstate.c906 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_attribute_value_double_quoted()
965 if (tkz->token->attr_last->value_begin != NULL) { in lxb_html_tokenizer_state_attribute_value_double_quoted()
1002 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_attribute_value_single_quoted()
1059 if (tkz->token->attr_last->value_begin != NULL) { in lxb_html_tokenizer_state_attribute_value_single_quoted()
1096 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_attribute_value_unquoted()
1150 if (tkz->token->attr_last->value_begin != NULL) { in lxb_html_tokenizer_state_attribute_value_unquoted()
H A Dstate.h137 tkz->token->attr_last->value_begin = v_begin; \
/PHP-8.4/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h61 uintptr_t value_begin; member
H A Dparser.c1113 rule->u.declarations.value_begin = token->offset; in lxb_css_syntax_parser_declarations_name()
1347 decl->value_begin = 0; in lxb_css_syntax_parser_declarations_next()

Completed in 41 milliseconds