Lines Matching refs:php_sxe_object
46 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
47 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data);
48 static xmlNodePtr php_sxe_reset_iterator_no_clear_iter_data(php_sxe_object *sxe, int use_data);
49 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data);
59 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, cha… in _node_as_zval()
61 php_sxe_object *subnode; in _node_as_zval()
81 static xmlNodePtr php_sxe_get_first_node(php_sxe_object *sxe, xmlNodePtr node) in php_sxe_get_first_node()
90 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
104 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node,… in sxe_get_element_by_offset()
141 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name) /* … in sxe_find_element_by_name()
156 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char **name, SXE_IT… in sxe_get_element_by_name()
210 php_sxe_object *sxe; in sxe_prop_dim_read()
378 php_sxe_object *sxe; in sxe_prop_dim_write()
630 php_sxe_object *sxe; in sxe_property_get_adr()
669 php_sxe_object *sxe; in sxe_prop_dim_exists()
790 php_sxe_object *sxe; in sxe_prop_dim_delete()
930 static void _get_base_node_value(php_sxe_object *sxe_ref, xmlNodePtr node, zval *value, xmlChar *ns… in _get_base_node_value()
932 php_sxe_object *subnode; in _get_base_node_value()
982 php_sxe_object *sxe; in sxe_prop_is_empty()
1078 php_sxe_object *sxe; in sxe_get_prop_hash()
1210 php_sxe_object *sxe; in sxe_get_gc()
1234 php_sxe_object *sxe1; in sxe_objects_compare()
1235 php_sxe_object *sxe2; in sxe_objects_compare()
1266 php_sxe_object *sxe; in PHP_METHOD()
1354 php_sxe_object *sxe; in PHP_METHOD()
1383 php_sxe_object *sxe; in PHP_METHOD()
1478 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zval *return_v… in sxe_add_namespaces()
1505 static inline void sxe_object_free_iterxpath(php_sxe_object *sxe) in sxe_object_free_iterxpath()
1538 php_sxe_object *sxe; in PHP_METHOD()
1561 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zva… in sxe_add_registered_namespaces()
1586 php_sxe_object *sxe; in PHP_METHOD()
1617 php_sxe_object *sxe; in PHP_METHOD()
1647 php_sxe_object *sxe; in PHP_METHOD()
1671 php_sxe_object *sxe; in PHP_METHOD()
1699 php_sxe_object *sxe; in PHP_METHOD()
1763 php_sxe_object *sxe; in PHP_METHOD()
1868 php_sxe_object *sxe; in sxe_object_cast_ex()
1945 static zend_result php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1974 php_sxe_object *intern; in sxe_count_elements()
1994 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD()
2021 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD()
2034 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD()
2053 php_sxe_object *intern; in PHP_METHOD()
2054 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD()
2090 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD()
2091 php_sxe_object *child; in PHP_METHOD()
2117 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD()
2136 php_sxe_object *sxe = php_sxe_fetch_object(object); in sxe_object_clone()
2137 php_sxe_object *clone; in sxe_object_clone()
2182 php_sxe_object *sxe; in sxe_object_free_storage()
2224 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new()
2226 php_sxe_object *intern; in php_sxe_object_new()
2228 intern = zend_object_alloc(sizeof(php_sxe_object), ce); in php_sxe_object_new()
2247 php_sxe_object *intern; in sxe_object_new()
2257 php_sxe_object *sxe; in PHP_FUNCTION()
2304 php_sxe_object *sxe; in PHP_FUNCTION()
2359 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD()
2413 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data) /* {{{… in php_sxe_iterator_fetch()
2466 static xmlNodePtr php_sxe_reset_iterator_no_clear_iter_data(php_sxe_object *sxe, int use_data) in php_sxe_reset_iterator_no_clear_iter_data()
2489 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data) /* {{{ */ in php_sxe_reset_iterator()
2555 php_sxe_object *intern = Z_SXEOBJ_P(curobj); in php_sxe_iterator_current_key()
2570 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2573 php_sxe_object *intern; in php_sxe_move_forward_iterator()
2595 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_rewind_iterator()
2603 php_sxe_object *sxe; in php_sxe_iterator_rewind()
2614 php_sxe_object *sxe; in simplexml_export_node()
2626 php_sxe_object *sxe; in PHP_FUNCTION()
2710 sxe_object_handlers.offset = XtOffsetOf(php_sxe_object, zo); in PHP_MINIT_FUNCTION()