Lines Matching refs:php_sxe_object

54 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
55 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data);
56 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data);
67 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, cha… in _node_as_zval()
69 php_sxe_object *subnode; in _node_as_zval()
98 static xmlNodePtr php_sxe_get_first_node(php_sxe_object *sxe, xmlNodePtr node) /* {{{ */ in php_sxe_get_first_node()
100 php_sxe_object *intern; in php_sxe_get_first_node()
116 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
130 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node,… in sxe_get_element_by_offset()
167 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name) /* … in sxe_find_element_by_name()
182 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char **name, SXE_IT… in sxe_get_element_by_name()
237 php_sxe_object *sxe; in sxe_prop_dim_read()
445 php_sxe_object *sxe; in sxe_prop_dim_write()
696 php_sxe_object *sxe; in sxe_property_get_adr()
733 php_sxe_object *sxe; in sxe_prop_dim_exists()
851 php_sxe_object *sxe; in sxe_prop_dim_delete()
988 static void _get_base_node_value(php_sxe_object *sxe_ref, xmlNodePtr node, zval *value, xmlChar *ns… in _get_base_node_value()
990 php_sxe_object *subnode; in _get_base_node_value()
1040 php_sxe_object *sxe; in sxe_prop_is_empty()
1134 php_sxe_object *sxe; in sxe_get_prop_hash()
1262 php_sxe_object *sxe; in sxe_get_gc()
1286 php_sxe_object *sxe1; in sxe_objects_compare()
1287 php_sxe_object *sxe2; in sxe_objects_compare()
1309 php_sxe_object *sxe; in SXE_METHOD()
1399 php_sxe_object *sxe; in SXE_METHOD()
1424 php_sxe_object *sxe; in SXE_METHOD()
1531 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1563 php_sxe_object *sxe; in SXE_METHOD()
1586 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive… in sxe_add_registered_namespaces()
1612 php_sxe_object *sxe; in SXE_METHOD()
1639 php_sxe_object *sxe; in SXE_METHOD()
1667 php_sxe_object *sxe; in SXE_METHOD()
1688 php_sxe_object *sxe; in SXE_METHOD()
1715 php_sxe_object *sxe; in SXE_METHOD()
1780 php_sxe_object *sxe; in SXE_METHOD()
1884 php_sxe_object *sxe; in sxe_object_cast_ex()
1958 static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1987 php_sxe_object *intern; in sxe_count_elements()
2008 php_sxe_object *sxe = Z_SXEOBJ_P(getThis()); in SXE_METHOD()
2065 php_sxe_object *sxe = Z_SXEOBJ_P(object); in sxe_object_clone()
2066 php_sxe_object *clone; in sxe_object_clone()
2101 php_sxe_object *sxe; in sxe_object_dtor()
2129 php_sxe_object *sxe; in sxe_object_free_storage()
2177 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new()
2179 php_sxe_object *intern; in php_sxe_object_new()
2181 intern = ecalloc(1, sizeof(php_sxe_object) + zend_object_properties_size(ce)); in php_sxe_object_new()
2201 php_sxe_object *intern; in sxe_object_new()
2212 php_sxe_object *sxe; in PHP_FUNCTION()
2258 php_sxe_object *sxe; in PHP_FUNCTION()
2312 php_sxe_object *sxe = Z_SXEOBJ_P(getThis()); in SXE_METHOD()
2362 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data) /* {{{… in php_sxe_iterator_fetch()
2415 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data) /* {{{ */ in php_sxe_reset_iterator()
2491 php_sxe_object *intern = Z_SXEOBJ_P(curobj); in php_sxe_iterator_current_key()
2506 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2509 php_sxe_object *intern; in php_sxe_move_forward_iterator()
2533 php_sxe_object *sxe; in php_sxe_iterator_rewind()
2544 php_sxe_object *sxe; in simplexml_export_node()
2557 php_sxe_object *sxe; in PHP_FUNCTION()
2736 sxe_object_handlers.offset = XtOffsetOf(php_sxe_object, zo); in PHP_MINIT_FUNCTION()