Home
last modified time | relevance | path

Searched refs:lxb_html_tree_insert_character_for_data (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dafter_frameset.c67 tree->status = lxb_html_tree_insert_character_for_data(tree, in lxb_html_tree_insertion_mode_after_frameset()
H A Din_frameset.c128 tree->status = lxb_html_tree_insert_character_for_data(tree, in lxb_html_tree_insertion_mode_in_frameset()
H A Din_table_text.c101 tree->status = lxb_html_tree_insert_character_for_data(tree, text, in lxb_html_tree_insertion_mode_in_table_text()
H A Din_select.c40 tree->status = lxb_html_tree_insert_character_for_data(tree, &str, NULL); in lxb_html_tree_insertion_mode_in_select_text()
H A Dforeign_content.c194 tree->status = lxb_html_tree_insert_character_for_data(tree, &str, NULL); in lxb_html_tree_insertion_mode_foreign_content_text()
H A Din_body.c137 tree->status = lxb_html_tree_insert_character_for_data(tree, str, NULL); in lxb_html_tree_insertion_mode_in_body_text_append()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.h152 lxb_html_tree_insert_character_for_data(lxb_html_tree_t *tree,
H A Dtree.c695 status = lxb_html_tree_insert_character_for_data(tree, &str, ret_node); in lxb_html_tree_insert_character()
704 lxb_html_tree_insert_character_for_data(lxb_html_tree_t *tree, in lxb_html_tree_insert_character_for_data() function
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch132 @@ -770,6 +773,11 @@ lxb_html_tree_insert_character_for_data(lxb_html_tree_t *tree,

Completed in 28 milliseconds