Lines Matching defs:sxe
67 static void node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, zend… in node_as_zval()
89 static void node_as_zval_str(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, … in node_as_zval_str()
100 static xmlNodePtr php_sxe_get_first_node_non_destructive(php_sxe_object *sxe, xmlNodePtr node) in php_sxe_get_first_node_non_destructive()
123 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node,… in sxe_get_element_by_offset()
158 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, const zend_string … in sxe_find_element_by_name()
172 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char *name, SXE_ITE… in sxe_get_element_by_name()
212 php_sxe_object *sxe; in sxe_prop_dim_read() local
380 php_sxe_object *sxe; in sxe_prop_dim_write() local
635 php_sxe_object *sxe; in sxe_property_get_adr() local
673 php_sxe_object *sxe; in sxe_prop_dim_exists() local
794 php_sxe_object *sxe; in sxe_prop_dim_delete() local
984 php_sxe_object *sxe; in sxe_prop_is_empty() local
1069 php_sxe_object *sxe; in sxe_get_prop_hash() local
1186 php_sxe_object *sxe; in sxe_get_gc() local
1242 php_sxe_object *sxe; in PHP_METHOD() local
1331 php_sxe_object *sxe; in PHP_METHOD() local
1360 php_sxe_object *sxe; in PHP_METHOD() local
1429 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zval *return_v… in sxe_add_namespaces()
1456 static inline void sxe_object_free_iterxpath(php_sxe_object *sxe) in sxe_object_free_iterxpath()
1489 php_sxe_object *sxe; in PHP_METHOD() local
1512 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, boo… in sxe_add_registered_namespaces()
1551 php_sxe_object *sxe; in PHP_METHOD() local
1585 php_sxe_object *sxe; in PHP_METHOD() local
1613 php_sxe_object *sxe; in PHP_METHOD() local
1637 php_sxe_object *sxe; in PHP_METHOD() local
1664 php_sxe_object *sxe; in PHP_METHOD() local
1730 php_sxe_object *sxe; in PHP_METHOD() local
1832 php_sxe_object *sxe; in sxe_object_cast_ex() local
1908 static zend_long php_sxe_count_elements_helper(php_sxe_object *sxe) /* {{{ */ in php_sxe_count_elements_helper()
1945 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
1970 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
1983 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2003 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2039 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2066 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2085 php_sxe_object *sxe = php_sxe_fetch_object(object); in sxe_object_clone() local
2131 php_sxe_object *sxe; in sxe_object_free_storage() local
2206 php_sxe_object *sxe; in PHP_FUNCTION() local
2252 php_sxe_object *sxe; in PHP_FUNCTION() local
2306 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2361 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data) /* {{{… in php_sxe_iterator_fetch()
2414 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()
2437 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_reset_iterator()
2522 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2547 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_rewind_iterator()
2555 php_sxe_object *sxe; in php_sxe_iterator_rewind() local
2566 php_sxe_object *sxe; in simplexml_export_node() local
2578 php_sxe_object *sxe; in PHP_FUNCTION() local