Home
last modified time | relevance | path

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

12345678

/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/lexbor/lexbor/selectors-adapted/
H A Dselectors.c253 const xmlNode *node) in lxb_selectors_descendant()
398 const xmlNode *node; in lxb_selectors_state_tree() local
496 const xmlNode *node; in lxb_selectors_state_find() local
723 const xmlNode *node, *base; in lxb_selectors_state_pseudo_class_function() local
838 const xmlNode *node = main->entry->node; in lxb_selectors_next_node() local
918 const xmlNode *node; in lxb_selectors_state_after_find_has() local
1008 const xmlNode *node; in lxb_selectors_state_after_find() local
1083 const xmlNode *node; in lxb_selectors_state_after_nth_child() local
1415 const xmlNode *node) in lxb_selectors_pseudo_class()
1643 const xmlNode *node) in lxb_selectors_pseudo_class_function()
[all …]
/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()
51 …t dom_html5_serialize_processing_instruction(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_processing_instruction()
62 …c zend_result dom_html5_serialize_entity_ref(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_entity_ref()
134 …ic zend_result dom_html5_serialize_text_node(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_text_node()
160 …_result dom_html5_serialize_element_tag_name(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_element_tag_name()
171 …end_result dom_html5_serialize_element_start(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_element_start()
230 static bool dom_html5_serializes_as_void(const xmlNode *node) in dom_html5_serializes_as_void()
260 … zend_result dom_html5_serialize_element_end(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize_element_end()
271 static zend_result dom_html5_serialize_node(dom_html5_serialize_context *ctx, const xmlNode *node, … in dom_html5_serialize_node()
353 zend_result dom_html5_serialize(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize()
[all …]
H A Dnamespace_compat.c227 …tr php_dom_ns_compat_mark_attribute(php_dom_libxml_ns_mapper *mapper, xmlNodePtr node, xmlNsPtr ns) in php_dom_ns_compat_mark_attribute()
244 …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()
339 …ne void php_dom_libxml_reconcile_modern_single_node(dom_libxml_reconcile_ctx *ctx, xmlNodePtr node) in php_dom_libxml_reconcile_modern_single_node()
365 static zend_always_inline bool dom_libxml_reconcile_fast_element_skip(xmlNodePtr node) in dom_libxml_reconcile_fast_element_skip()
372 …php_dom_libxml_reconcile_modern_single_element_node(dom_libxml_reconcile_ctx *ctx, xmlNodePtr node) in php_dom_libxml_reconcile_modern_single_element_node()
390 …M_EXPORT void php_dom_libxml_reconcile_modern(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr node) in php_dom_libxml_reconcile_modern()
426 …pe_ns php_dom_get_in_scope_ns(php_dom_libxml_ns_mapper *ns_mapper, const xmlNode *node, bool ignor… in php_dom_get_in_scope_ns()
476 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()
H A Dxml_document.c83 xmlNodePtr node = doc->children; in dom_mark_namespaces_as_attributes_too() local
263 static php_dom_private_data *get_private_data_from_node(xmlNodePtr node) in get_private_data_from_node()
269 static zend_string *php_new_dom_dump_node_to_str_ex(xmlNodePtr node, int options, bool format, cons… in php_new_dom_dump_node_to_str_ex()
296 static zend_string *php_new_dom_dump_node_to_str(xmlDocPtr doc, xmlNodePtr node, bool format, const… in php_new_dom_dump_node_to_str()
306 zend_long php_new_dom_dump_node_to_file(const char *filename, xmlDocPtr doc, xmlNodePtr node, bool … in php_new_dom_dump_node_to_file()
/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()
/php-src/ext/soap/
H A Dphp_xml.c39 static void cleanup_xml_node(xmlNodePtr node) in cleanup_xml_node()
186 xmlNsPtr attr_find_ns(xmlAttrPtr node) in attr_find_ns()
197 xmlNsPtr node_find_ns(xmlNodePtr node) in node_find_ns()
206 int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns) in attr_is_equal_ex()
222 int node_is_equal_ex(xmlNodePtr node, char *name, char *ns) in node_is_equal_ex()
239 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex()
250 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex()
261 xmlNodePtr get_node_recurisve_ex(xmlNodePtr node, char *name, char *ns) in get_node_recurisve_ex()
277 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex()
298 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
/php-src/ext/dom/parentnode/
H A Dtree.c136 xmlNodePtr node = fragment->children; in dom_fragment_assign_parent_node() local
149 static bool dom_fragment_common_hierarchy_check_part(xmlNodePtr node, bool *seen_element) in dom_fragment_common_hierarchy_check_part()
198 bool php_dom_fragment_insertion_hierarchy_check_replace(xmlNodePtr parent, xmlNodePtr node, xmlNode… in php_dom_fragment_insertion_hierarchy_check_replace()
329 static void dom_free_node_after_zval_single_node_creation(xmlNodePtr node) in dom_free_node_after_zval_single_node_creation()
353 xmlNodePtr node = NULL; in dom_zvals_to_single_node() local
489 static void dom_insert_node_list_cleanup(xmlNodePtr node) in dom_insert_node_list_cleanup()
577 void php_dom_node_append(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePtr parent) in php_dom_node_append()
594 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_parent_node_append() local
620 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_parent_node_prepend() local
759 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_child_replace_with() local
[all …]
/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.c793 lxb_dom_node_t *node; in lxb_html_tree_insert_comment() local
917 lxb_dom_node_t *node; in lxb_html_tree_generate_implied_end_tags() local
956 lxb_dom_node_t *node; in lxb_html_tree_generate_all_implied_end_tags_thoroughly() local
1001 lxb_dom_node_t *node; in lxb_html_tree_reset_insertion_mode_appropriately() local
1155 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope() local
1181 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_by_node() local
1205 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_h123456() local
1244 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_tbody_thead_tfoot() local
1280 lxb_dom_node_t *node; in lxb_html_tree_element_in_scope_td_th() local
1315 lxb_dom_node_t *node; in lxb_html_tree_check_scope_element() local
[all …]
/php-src/ext/simplexml/
H A Dsimplexml.c204 xmlNodePtr node; in sxe_prop_dim_read() local
371 xmlNodePtr node; in sxe_prop_dim_write() local
624 xmlNodePtr node; in sxe_property_get_adr() local
662 xmlNodePtr node; in sxe_prop_dim_exists() local
783 xmlNodePtr node; in sxe_prop_dim_delete() local
1579 xmlNodePtr node; in PHP_METHOD() local
1606 xmlNodePtr node; in PHP_METHOD() local
1827 xmlNodePtr node; in sxe_object_cast_ex() local
2408 xmlNodePtr node; in php_sxe_reset_iterator_no_clear_iter_data() local
2559 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 95 milliseconds

12345678