Home
last modified time | relevance | path

Searched refs:ipos (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c310 *ipos = LXB_HTML_TREE_INSERTION_POSITION_CHILD; in lxb_html_tree_appropriate_place_inserting_node()
398 lxb_html_tree_insertion_position_t ipos; in lxb_html_tree_insert_foreign_element() local
402 if (ipos == LXB_HTML_TREE_INSERTION_POSITION_CHILD) { in lxb_html_tree_insert_foreign_element()
711 lxb_html_tree_insertion_position_t ipos; in lxb_html_tree_insert_character_for_data() local
726 if (ipos == LXB_HTML_TREE_INSERTION_POSITION_BEFORE) { in lxb_html_tree_insert_character_for_data()
785 lxb_html_tree_insert_node(pos, text, ipos); in lxb_html_tree_insert_character_for_data()
802 lxb_html_tree_insertion_position_t ipos; in lxb_html_tree_insert_comment() local
808 ipos = LXB_HTML_TREE_INSERTION_POSITION_CHILD; in lxb_html_tree_insert_comment()
829 lxb_html_tree_insert_node(pos, node, ipos); in lxb_html_tree_insert_comment()
1600 lxb_html_tree_insertion_position_t ipos; in lxb_html_tree_adoption_agency_algorithm() local
[all …]
H A Dtree.h113 lxb_html_tree_insertion_position_t *ipos);
316 lxb_html_tree_insertion_position_t ipos) in lxb_html_tree_insert_node() argument
318 if (ipos == LXB_HTML_TREE_INSERTION_POSITION_BEFORE) { in lxb_html_tree_insert_node()
414 lxb_html_tree_insertion_position_t ipos);
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_head.c246 lxb_html_tree_insertion_position_t ipos; in lxb_html_tree_insertion_mode_in_head_script() local
248 ap_node = lxb_html_tree_appropriate_place_inserting_node(tree, NULL, &ipos); in lxb_html_tree_insertion_mode_in_head_script()
255 if (ipos == LXB_HTML_TREE_INSERTION_POSITION_CHILD) { in lxb_html_tree_insertion_mode_in_head_script()
281 lxb_html_tree_insert_node(ap_node, lxb_dom_interface_node(element), ipos); in lxb_html_tree_insertion_mode_in_head_script()
/php-src/ext/standard/
H A Dpack.c980 zend_long ipos, opos; in PHP_FUNCTION() local
993 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
994 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION()
1006 ipos++; in PHP_FUNCTION()

Completed in 24 milliseconds