Home
last modified time | relevance | path

Searched refs:value_end (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/
H A Dencoding.c19 const lxb_char_t **value, const lxb_char_t **value_end);
107 const lxb_char_t *value, *value_end; in lxb_html_encoding_determine() local
211 &value, &value_end); in lxb_html_encoding_determine()
232 const lxb_char_t *value, *value_end; in lxb_html_encoding_meta() local
247 &value, &value_end); in lxb_html_encoding_meta()
288 if ((value_end - value) == (sizeof("content-type") - 1) in lxb_html_encoding_meta()
301 name = lxb_html_encoding_content(value, value_end, &name_end); in lxb_html_encoding_meta()
328 attr->end = value_end; in lxb_html_encoding_meta()
425 const lxb_char_t **value, const lxb_char_t **value_end) in lxb_html_get_attribute() argument
512 *value_end = data; in lxb_html_get_attribute()
[all …]
H A Dtoken_attr.h36 const lxb_char_t *value_end; member
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_doctype.c846 tkz->token->attr_last->value_end); in lxb_html_tokenizer_state_doctype_public_identifier_double_quoted()
850 tkz->token->attr_last->value_end, in lxb_html_tokenizer_state_doctype_public_identifier_double_quoted()
961 tkz->token->attr_last->value_end); in lxb_html_tokenizer_state_doctype_public_identifier_single_quoted()
965 tkz->token->attr_last->value_end, in lxb_html_tokenizer_state_doctype_public_identifier_single_quoted()
1399 tkz->token->attr_last->value_end); in lxb_html_tokenizer_state_doctype_system_identifier_double_quoted()
1403 tkz->token->attr_last->value_end, in lxb_html_tokenizer_state_doctype_system_identifier_double_quoted()
1514 tkz->token->attr_last->value_end); in lxb_html_tokenizer_state_doctype_system_identifier_single_quoted()
1518 tkz->token->attr_last->value_end, in lxb_html_tokenizer_state_doctype_system_identifier_single_quoted()
H A Dstate.h142 (tkz->token->attr_last->value_end = v_end)
145 (tkz->token->attr_last->value_end = tkz->last)
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h63 uintptr_t value_end; member

Completed in 14 milliseconds