Lines Matching defs:sxe

63 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, cha…  in _node_as_zval()
94 static xmlNodePtr php_sxe_get_first_node(php_sxe_object *sxe, xmlNodePtr node) /* {{{ */ in php_sxe_get_first_node()
112 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
126 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node,… in sxe_get_element_by_offset()
163 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name) /* … in sxe_find_element_by_name()
178 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char **name, SXE_IT… in sxe_get_element_by_name()
233 php_sxe_object *sxe; in sxe_prop_dim_read() local
424 php_sxe_object *sxe; in sxe_prop_dim_write() local
677 php_sxe_object *sxe; in sxe_property_get_adr() local
716 php_sxe_object *sxe; in sxe_prop_dim_exists() local
838 php_sxe_object *sxe; in sxe_prop_dim_delete() local
1031 php_sxe_object *sxe; in sxe_prop_is_empty() local
1127 php_sxe_object *sxe; in sxe_get_prop_hash() local
1253 php_sxe_object *sxe; in sxe_get_gc() local
1300 php_sxe_object *sxe; in SXE_METHOD() local
1392 php_sxe_object *sxe; in SXE_METHOD() local
1417 php_sxe_object *sxe; in SXE_METHOD() local
1524 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1556 php_sxe_object *sxe; in SXE_METHOD() local
1579 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive… in sxe_add_registered_namespaces()
1605 php_sxe_object *sxe; in SXE_METHOD() local
1632 php_sxe_object *sxe; in SXE_METHOD() local
1660 php_sxe_object *sxe; in SXE_METHOD() local
1681 php_sxe_object *sxe; in SXE_METHOD() local
1708 php_sxe_object *sxe; in SXE_METHOD() local
1773 php_sxe_object *sxe; in SXE_METHOD() local
1880 php_sxe_object *sxe; in sxe_object_cast_ex() local
1950 static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
2000 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2030 php_sxe_object *sxe = Z_SXEOBJ_P(object); in sxe_object_clone() local
2066 php_sxe_object *sxe; in sxe_object_dtor() local
2094 php_sxe_object *sxe; in sxe_object_free_storage() local
2177 php_sxe_object *sxe; in PHP_FUNCTION() local
2223 php_sxe_object *sxe; in PHP_FUNCTION() local
2277 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2327 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data) /* {{{… in php_sxe_iterator_fetch()
2380 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data) /* {{{ */ in php_sxe_reset_iterator()
2473 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2498 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_rewind_iterator()
2506 php_sxe_object *sxe; in php_sxe_iterator_rewind() local
2517 php_sxe_object *sxe; in simplexml_export_node() local
2530 php_sxe_object *sxe; in PHP_FUNCTION() local
2701 zend_class_entry sxe; in PHP_MINIT_FUNCTION() local
2737 PHP_MINIT(sxe)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local