Home
last modified time | relevance | path

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

/php-src/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.c483 if (token_attr->value_begin != NULL) { in lxb_html_tree_append_attributes()
/php-src/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.c903 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_attribute_value_double_quoted()
960 if (tkz->token->attr_last->value_begin != NULL) { in lxb_html_tokenizer_state_attribute_value_double_quoted()
997 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_attribute_value_single_quoted()
1054 if (tkz->token->attr_last->value_begin != NULL) { in lxb_html_tokenizer_state_attribute_value_single_quoted()
1091 if (tkz->token->attr_last->value_begin == NULL && tkz->is_eof == false) { in lxb_html_tokenizer_state_attribute_value_unquoted()
1145 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-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h61 uintptr_t value_begin; member

Completed in 28 milliseconds