Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 170) sorted by relevance

1234567

/php-src/ext/dom/lexbor/lexbor/core/
H A Din.c60 lexbor_in_node_t *node = lexbor_dobject_alloc(incoming->nodes); in lexbor_in_node_make() local
87 lexbor_in_node_clean(lexbor_in_node_t *node) in lexbor_in_node_clean()
98 lexbor_in_node_t *node, bool self_destroy) in lexbor_in_node_destroy()
112 lexbor_in_node_split(lexbor_in_node_t *node, const lxb_char_t *pos) in lexbor_in_node_split()
145 lexbor_in_node_find(lexbor_in_node_t *node, const lxb_char_t *pos) in lexbor_in_node_find()
228 lexbor_in_node_begin_noi(const lexbor_in_node_t *node) in lexbor_in_node_begin_noi()
234 lexbor_in_node_end_noi(const lexbor_in_node_t *node) in lexbor_in_node_end_noi()
240 lexbor_in_node_offset_noi(const lexbor_in_node_t *node) in lexbor_in_node_offset_noi()
246 lexbor_in_node_next_noi(const lexbor_in_node_t *node) in lexbor_in_node_next_noi()
252 lexbor_in_node_prev_noi(const lexbor_in_node_t *node) in lexbor_in_node_prev_noi()
[all …]
H A Davl.c105 lexbor_avl_node_clean(lexbor_avl_node_t *node) in lexbor_avl_node_clean()
126 lexbor_avl_node_height(lexbor_avl_node_t *node) in lexbor_avl_node_height()
132 lexbor_avl_node_balance_factor(lexbor_avl_node_t *node) in lexbor_avl_node_balance_factor()
139 lexbor_avl_node_set_height(lexbor_avl_node_t *node) in lexbor_avl_node_set_height()
151 lexbor_avl_node_t *node = pos->left; in lexbor_avl_node_rotate_right() local
173 lexbor_avl_node_t *node = pos->right; in lexbor_avl_node_rotate_left() local
261 lexbor_avl_node_t *node, *new_node; in lexbor_avl_insert() local
314 lexbor_avl_find_min(lexbor_avl_node_t *node) in lexbor_avl_find_min()
402 lexbor_avl_node_t *node = *scope; in lexbor_avl_remove() local
427 lexbor_avl_node_t *node) in lexbor_avl_remove_by_node()
[all …]
H A Din.h102 lexbor_in_node_begin(const lexbor_in_node_t *node) in lexbor_in_node_begin()
108 lexbor_in_node_end(const lexbor_in_node_t *node) in lexbor_in_node_end()
114 lexbor_in_node_offset(const lexbor_in_node_t *node) in lexbor_in_node_offset()
120 lexbor_in_node_next(const lexbor_in_node_t *node) in lexbor_in_node_next()
126 lexbor_in_node_prev(const lexbor_in_node_t *node) in lexbor_in_node_prev()
132 lexbor_in_node_in(const lexbor_in_node_t *node) in lexbor_in_node_in()
138 lexbor_in_segment(const lexbor_in_node_t *node, const lxb_char_t *data) in lexbor_in_segment()
/php-src/ext/dom/
H A Dhtml5_serializer.c42 …atic zend_result dom_html5_serialize_comment(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_comment()
49 …t dom_html5_serialize_processing_instruction(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_processing_instruction()
60 …c zend_result dom_html5_serialize_entity_ref(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_entity_ref()
132 …ic zend_result dom_html5_serialize_text_node(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_text_node()
154 …_result dom_html5_serialize_element_tag_name(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_element_tag_name()
165 …end_result dom_html5_serialize_element_start(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_element_start()
224 static bool dom_html5_serializes_as_void(const xmlNode *node) in dom_html5_serializes_as_void()
254 … zend_result dom_html5_serialize_element_end(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_element_end()
265 static zend_result dom_html5_serialize_node(dom_html5_serialize_context *ctx, const xmlNode *node, … in dom_html5_serialize_node()
335 zend_result dom_html5_serialize(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize()
[all …]
H A Dparentnode.c151 xmlNodePtr node = fragment->children; in dom_fragment_assign_parent_node() local
164 static bool dom_fragment_common_hierarchy_check_part(xmlNodePtr node, bool *seen_element) in dom_fragment_common_hierarchy_check_part()
213 bool php_dom_fragment_insertion_hierarchy_check_replace(xmlNodePtr parent, xmlNodePtr node, xmlNode… in php_dom_fragment_insertion_hierarchy_check_replace()
341 static void dom_free_node_after_zval_single_node_creation(xmlNodePtr node) in dom_free_node_after_zval_single_node_creation()
365 xmlNodePtr node = NULL; in dom_zvals_to_single_node() local
483 static void dom_insert_node_list_cleanup(xmlNodePtr node) in dom_insert_node_list_cleanup()
571 void php_dom_node_append(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePtr parent) in php_dom_node_append()
588 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_parent_node_append() local
614 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_parent_node_prepend() local
765 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_child_replace_with() local
[all …]
H A Dnamespace_compat.c246 …tr php_dom_ns_compat_mark_attribute(php_dom_libxml_ns_mapper *mapper, xmlNodePtr node, xmlNsPtr ns) in php_dom_ns_compat_mark_attribute()
263 …XPORT void php_dom_ns_compat_mark_attribute_list(php_dom_libxml_ns_mapper *mapper, xmlNodePtr node) in php_dom_ns_compat_mark_attribute_list()
366 …_reconcile_modern_single_node(dom_libxml_reconcile_ctx *ctx, xmlNodePtr ns_holder, xmlNodePtr node) in php_dom_libxml_reconcile_modern_single_node()
392 static zend_always_inline bool dom_libxml_reconcile_fast_element_skip(xmlNodePtr node) in dom_libxml_reconcile_fast_element_skip()
399 …php_dom_libxml_reconcile_modern_single_element_node(dom_libxml_reconcile_ctx *ctx, xmlNodePtr node) in php_dom_libxml_reconcile_modern_single_element_node()
417 …M_EXPORT void php_dom_libxml_reconcile_modern(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr node) in php_dom_libxml_reconcile_modern()
458 …p_dom_in_scope_ns php_dom_get_in_scope_ns(php_dom_libxml_ns_mapper *ns_mapper, const xmlNode *node) in php_dom_get_in_scope_ns()
508 PHP_DOM_EXPORT php_dom_in_scope_ns php_dom_get_in_scope_ns_legacy(const xmlNode *node) in php_dom_get_in_scope_ns_legacy()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c175 lxb_dom_node_t *node) in lxb_selectors_descendant()
334 lxb_dom_node_t *node; in lxb_selectors_state_tree() local
428 lxb_dom_node_t *node; in lxb_selectors_state_find() local
671 lxb_dom_node_t *node, *base; in lxb_selectors_state_pseudo_class_function() local
786 lxb_dom_node_t *node = main->entry->node; in lxb_selectors_next_node() local
823 lxb_selectors_state_has_relative(lxb_dom_node_t *node, in lxb_selectors_state_has_relative()
866 lxb_dom_node_t *node; in lxb_selectors_state_after_find_has() local
956 lxb_dom_node_t *node; in lxb_selectors_state_after_find() local
1031 lxb_dom_node_t *node; in lxb_selectors_state_after_nth_child() local
1900 lxb_selectors_cb_ok(lxb_dom_node_t *node, in lxb_selectors_cb_ok()
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c124 lxb_dom_node_interface_destroy(lxb_dom_node_t *node) in lxb_dom_node_interface_destroy()
248 lxb_dom_node_destroy(lxb_dom_node_t *node) in lxb_dom_node_destroy()
263 lxb_dom_node_t *node = root; in lxb_dom_node_destroy_deep() local
296 lxb_dom_node_clone(lxb_dom_node_t *node, bool deep) in lxb_dom_node_clone()
478 lxb_dom_node_remove(lxb_dom_node_t *node) in lxb_dom_node_remove()
504 lxb_dom_node_t *node = root->first_child; in lxb_dom_node_simple_walk() local
1247 lxb_dom_node_t *node = root->first_child; in lxb_dom_node_is_empty() local
1287 lxb_dom_node_tag_id_noi(lxb_dom_node_t *node) in lxb_dom_node_tag_id_noi()
1293 lxb_dom_node_next_noi(lxb_dom_node_t *node) in lxb_dom_node_next_noi()
1299 lxb_dom_node_prev_noi(lxb_dom_node_t *node) in lxb_dom_node_prev_noi()
[all …]
H A Dnode.h176 lxb_dom_node_tag_id(lxb_dom_node_t *node) in lxb_dom_node_tag_id()
182 lxb_dom_node_next(lxb_dom_node_t *node) in lxb_dom_node_next()
188 lxb_dom_node_prev(lxb_dom_node_t *node) in lxb_dom_node_prev()
194 lxb_dom_node_parent(lxb_dom_node_t *node) in lxb_dom_node_parent()
200 lxb_dom_node_first_child(lxb_dom_node_t *node) in lxb_dom_node_first_child()
206 lxb_dom_node_last_child(lxb_dom_node_t *node) in lxb_dom_node_last_child()
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dopen_elements.c13 lxb_dom_node_t *node) in lxb_html_tree_open_elements_remove_by_node()
41 lxb_dom_node_t *node; in lxb_html_tree_open_elements_pop_until_tag_id() local
62 lxb_dom_node_t *node; in lxb_html_tree_open_elements_pop_until_h123456() local
92 lxb_dom_node_t *node; in lxb_html_tree_open_elements_pop_until_td_th() local
116 lxb_dom_node_t *node, in lxb_html_tree_open_elements_pop_until_node()
147 lxb_dom_node_t *node, in lxb_html_tree_open_elements_find_by_node()
171 lxb_dom_node_t *node, in lxb_html_tree_open_elements_find_by_node_reverse()
202 lxb_dom_node_t *node; in lxb_html_tree_open_elements_find() local
231 lxb_dom_node_t *node; in lxb_html_tree_open_elements_find_reverse() local
H A Dactive_formatting.c44 lxb_dom_node_t *node) in lxb_html_tree_active_formatting_remove_by_node()
67 lxb_dom_node_t *node, in lxb_html_tree_active_formatting_find_by_node()
91 lxb_dom_node_t *node, in lxb_html_tree_active_formatting_find_by_node_reverse()
159 lxb_dom_node_t *node; in lxb_html_tree_active_formatting_reconstruct_elements() local
213 lxb_dom_node_t *node) in lxb_html_tree_active_formatting_push_with_check_dupl()
H A Dopen_elements.h81 lxb_html_tree_open_elements_push(lxb_html_tree_t *tree, lxb_dom_node_t *node) in lxb_html_tree_open_elements_push()
93 lxb_html_tree_open_elements_insert_after(lxb_html_tree_t *tree, lxb_dom_node_t *node, in lxb_html_tree_open_elements_insert_after()
/php-src/ext/soap/
H A Dphp_xml.c39 static void cleanup_xml_node(xmlNodePtr node) in cleanup_xml_node()
180 xmlNsPtr attr_find_ns(xmlAttrPtr node) in attr_find_ns()
191 xmlNsPtr node_find_ns(xmlNodePtr node) in node_find_ns()
200 int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns) in attr_is_equal_ex()
216 int node_is_equal_ex(xmlNodePtr node, char *name, char *ns) in node_is_equal_ex()
233 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex()
244 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex()
255 xmlNodePtr get_node_recurisve_ex(xmlNodePtr node, char *name, char *ns) in get_node_recurisve_ex()
271 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex()
292 xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *a… in get_node_with_attribute_recursive_ex()
H A Dphp_xml.h22 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) argument
23 #define get_node(node, name) get_node_ex(node, name, NULL) argument
24 #define get_node_recursive(node, name) get_node_recursive_ex(node, name, NULL) argument
25 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,… argument
26 #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_… argument
27 #define node_is_equal(node, name) node_is_equal_ex(node, name, NULL) argument
28 #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL) argument
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c246 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_frameset() local
383 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_h123456() local
428 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_pre_listing() local
492 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_li() local
556 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_dd_dt() local
632 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_plaintext() local
658 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_button() local
700 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_abcdfhlmnopsu_closed() local
796 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_p_closed() local
826 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_body_li_closed() local
[all …]
H A Din_select.c85 lxb_dom_node_t *node = lxb_html_tree_current_node(tree); in lxb_html_tree_insertion_mode_in_select_option() local
106 lxb_dom_node_t *node = lxb_html_tree_current_node(tree); in lxb_html_tree_insertion_mode_in_select_optgroup() local
132 lxb_dom_node_t *node = lxb_html_tree_current_node(tree); in lxb_html_tree_insertion_mode_in_select_optgroup_closed() local
161 lxb_dom_node_t *node = lxb_html_tree_current_node(tree); in lxb_html_tree_insertion_mode_in_select_option_closed() local
178 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_select_select_closed() local
200 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_select_select() local
225 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_select_ikt() local
H A Din_cell.c15 lxb_dom_node_t *node; in lxb_html_tree_close_cell() local
42 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_cell_tdth_closed() local
79 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_cell_ct() local
112 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_cell_t_closed() local
H A Dtext.c17 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_text() local
31 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_text() local
H A Din_row.c59 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_row_tr_closed() local
86 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_row_ct_open_closed() local
111 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_row_tbtfth_closed() local
H A Din_frameset.c18 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_frameset() local
98 lxb_dom_node_t *node = lxb_html_tree_current_node(tree); in lxb_html_tree_insertion_mode_in_frameset() local
H A Dforeign_content.c63 lxb_dom_node_t *node = lxb_html_tree_current_node(tree); in lxb_html_tree_insertion_mode_foreign_content_script_closed() local
81 lxb_dom_node_t *node = lxb_html_tree_adjusted_current_node(tree); in lxb_html_tree_insertion_mode_foreign_content_anything_else() local
239 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_foreign_content_all() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dinterface.c28 lxb_dom_node_t *node; in lxb_html_interface_create() local
69 const lxb_dom_node_t *node = intrfc; in lxb_html_interface_clone() local
104 const lxb_dom_node_t *node = lxb_dom_interface_node(element); in lxb_html_interface_clone_element() local
126 lxb_dom_node_t *node = intrfc; in lxb_html_interface_destroy() local
H A Dtree.c800 lxb_dom_node_t *node; in lxb_html_tree_insert_comment() local
924 lxb_dom_node_t *node; in lxb_html_tree_generate_implied_end_tags() local
963 lxb_dom_node_t *node; in lxb_html_tree_generate_all_implied_end_tags_thoroughly() local
1008 lxb_dom_node_t *node; in lxb_html_tree_reset_insertion_mode_appropriately() local
1162 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope() local
1188 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_by_node() local
1212 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_h123456() local
1251 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_tbody_thead_tfoot() local
1287 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_td_th() local
1322 lxb_dom_node_t *node; in lxb_html_tree_check_scope_element() local
[all …]
/php-src/ext/simplexml/
H A Dsimplexml.c193 xmlNodePtr node; in sxe_prop_dim_read() local
360 xmlNodePtr node; in sxe_prop_dim_write() local
614 xmlNodePtr node; in sxe_property_get_adr() local
653 xmlNodePtr node; in sxe_prop_dim_exists() local
774 xmlNodePtr node; in sxe_prop_dim_delete() local
1546 xmlNodePtr node; in PHP_METHOD() local
1574 xmlNodePtr node; in PHP_METHOD() local
1796 xmlNodePtr node; in sxe_object_cast_ex() local
2403 xmlNodePtr node; in php_sxe_reset_iterator_no_clear_iter_data() local
2545 xmlNodePtr node; in simplexml_export_node() local
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/
H A Dinterface.c43 const lxb_dom_node_t *node = intrfc; in lxb_dom_interface_clone() local
80 lxb_dom_node_t *node = intrfc; in lxb_dom_interface_destroy() local

Completed in 106 milliseconds

1234567