Lines Matching defs:sxe

58 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, cha…  in _node_as_zval()
80 static xmlNodePtr php_sxe_get_first_node_non_destructive(php_sxe_object *sxe, xmlNodePtr node) in php_sxe_get_first_node_non_destructive()
89 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
103 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node,… in sxe_get_element_by_offset()
138 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name) /* … in sxe_find_element_by_name()
151 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char *name, SXE_ITE… in sxe_get_element_by_name()
191 php_sxe_object *sxe; in sxe_prop_dim_read() local
359 php_sxe_object *sxe; in sxe_prop_dim_write() local
613 php_sxe_object *sxe; in sxe_property_get_adr() local
652 php_sxe_object *sxe; in sxe_prop_dim_exists() local
773 php_sxe_object *sxe; in sxe_prop_dim_delete() local
967 php_sxe_object *sxe; in sxe_prop_is_empty() local
1052 php_sxe_object *sxe; in sxe_get_prop_hash() local
1169 php_sxe_object *sxe; in sxe_get_gc() local
1225 php_sxe_object *sxe; in PHP_METHOD() local
1314 php_sxe_object *sxe; in PHP_METHOD() local
1343 php_sxe_object *sxe; in PHP_METHOD() local
1433 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zval *return_v… in sxe_add_namespaces()
1464 php_sxe_object *sxe; in PHP_METHOD() local
1487 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zva… in sxe_add_registered_namespaces()
1512 php_sxe_object *sxe; in PHP_METHOD() local
1543 php_sxe_object *sxe; in PHP_METHOD() local
1573 php_sxe_object *sxe; in PHP_METHOD() local
1597 php_sxe_object *sxe; in PHP_METHOD() local
1625 php_sxe_object *sxe; in PHP_METHOD() local
1691 php_sxe_object *sxe; in PHP_METHOD() local
1793 php_sxe_object *sxe; in sxe_object_cast_ex() local
1870 static zend_result php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1908 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
1935 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
1948 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
1968 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2004 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2031 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2050 php_sxe_object *sxe = php_sxe_fetch_object(object); in sxe_object_clone() local
2096 php_sxe_object *sxe; in sxe_object_free_storage() local
2193 php_sxe_object *sxe; in PHP_FUNCTION() local
2240 php_sxe_object *sxe; in PHP_FUNCTION() local
2295 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in PHP_METHOD() local
2348 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data) /* {{{… in php_sxe_iterator_fetch()
2401 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()
2424 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data) /* {{{ */ in php_sxe_reset_iterator()
2500 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2525 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_rewind_iterator()
2533 php_sxe_object *sxe; in php_sxe_iterator_rewind() local
2544 php_sxe_object *sxe; in simplexml_export_node() local
2556 php_sxe_object *sxe; in PHP_FUNCTION() local