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()
85 static xmlNodePtr php_sxe_get_first_node(php_sxe_object *sxe, xmlNodePtr node) /* {{{ */ in php_sxe_get_first_node()
103 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
117 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node,… in sxe_get_element_by_offset()
154 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name) /* … in sxe_find_element_by_name()
169 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char **name, SXE_IT… in sxe_get_element_by_name()
223 php_sxe_object *sxe; in sxe_prop_dim_read() local
391 php_sxe_object *sxe; in sxe_prop_dim_write() local
643 php_sxe_object *sxe; in sxe_property_get_adr() local
679 php_sxe_object *sxe; in sxe_prop_dim_exists() local
800 php_sxe_object *sxe; in sxe_prop_dim_delete() local
992 php_sxe_object *sxe; in sxe_prop_is_empty() local
1088 php_sxe_object *sxe; in sxe_get_prop_hash() local
1214 php_sxe_object *sxe; in sxe_get_gc() local
1270 php_sxe_object *sxe; in SXE_METHOD() local
1358 php_sxe_object *sxe; in SXE_METHOD() local
1387 php_sxe_object *sxe; in SXE_METHOD() local
1482 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1513 php_sxe_object *sxe; in SXE_METHOD() local
1536 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive… in sxe_add_registered_namespaces()
1561 php_sxe_object *sxe; in SXE_METHOD() local
1592 php_sxe_object *sxe; in SXE_METHOD() local
1622 php_sxe_object *sxe; in SXE_METHOD() local
1646 php_sxe_object *sxe; in SXE_METHOD() local
1674 php_sxe_object *sxe; in SXE_METHOD() local
1738 php_sxe_object *sxe; in SXE_METHOD() local
1843 php_sxe_object *sxe; in sxe_object_cast_ex() local
1916 static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1965 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
1992 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2005 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2026 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2060 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2087 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2108 php_sxe_object *sxe = php_sxe_fetch_object(object); in sxe_object_clone() local
2155 php_sxe_object *sxe; in sxe_object_dtor() local
2182 php_sxe_object *sxe; in sxe_object_free_storage() local
2261 php_sxe_object *sxe; in PHP_FUNCTION() local
2308 php_sxe_object *sxe; in PHP_FUNCTION() local
2363 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD() local
2416 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data) /* {{{… in php_sxe_iterator_fetch()
2469 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data) /* {{{ */ in php_sxe_reset_iterator()
2561 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2586 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_rewind_iterator()
2594 php_sxe_object *sxe; in php_sxe_iterator_rewind() local
2605 php_sxe_object *sxe; in simplexml_export_node() local
2617 php_sxe_object *sxe; in PHP_FUNCTION() local