Lines Matching refs:php_sxe_object

50 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
51 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data);
52 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data);
63 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, cha… in _node_as_zval()
65 php_sxe_object *subnode; in _node_as_zval()
94 static xmlNodePtr php_sxe_get_first_node(php_sxe_object *sxe, xmlNodePtr node) /* {{{ */ in php_sxe_get_first_node()
96 php_sxe_object *intern; 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()
424 php_sxe_object *sxe; in sxe_prop_dim_write()
677 php_sxe_object *sxe; in sxe_property_get_adr()
716 php_sxe_object *sxe; in sxe_prop_dim_exists()
838 php_sxe_object *sxe; in sxe_prop_dim_delete()
979 static void _get_base_node_value(php_sxe_object *sxe_ref, xmlNodePtr node, zval *value, xmlChar *ns… in _get_base_node_value()
981 php_sxe_object *subnode; in _get_base_node_value()
1031 php_sxe_object *sxe; in sxe_prop_is_empty()
1127 php_sxe_object *sxe; in sxe_get_prop_hash()
1253 php_sxe_object *sxe; in sxe_get_gc()
1277 php_sxe_object *sxe1; in sxe_objects_compare()
1278 php_sxe_object *sxe2; in sxe_objects_compare()
1300 php_sxe_object *sxe; in SXE_METHOD()
1392 php_sxe_object *sxe; in SXE_METHOD()
1417 php_sxe_object *sxe; in SXE_METHOD()
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()
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()
1632 php_sxe_object *sxe; in SXE_METHOD()
1660 php_sxe_object *sxe; in SXE_METHOD()
1681 php_sxe_object *sxe; in SXE_METHOD()
1708 php_sxe_object *sxe; in SXE_METHOD()
1773 php_sxe_object *sxe; in SXE_METHOD()
1880 php_sxe_object *sxe; in sxe_object_cast_ex()
1950 static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1979 php_sxe_object *intern; in sxe_count_elements()
2000 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD()
2030 php_sxe_object *sxe = Z_SXEOBJ_P(object); in sxe_object_clone()
2031 php_sxe_object *clone; in sxe_object_clone()
2066 php_sxe_object *sxe; in sxe_object_dtor()
2094 php_sxe_object *sxe; in sxe_object_free_storage()
2142 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new()
2144 php_sxe_object *intern; in php_sxe_object_new()
2146 intern = zend_object_alloc(sizeof(php_sxe_object), ce); in php_sxe_object_new()
2166 php_sxe_object *intern; in sxe_object_new()
2177 php_sxe_object *sxe; in PHP_FUNCTION()
2223 php_sxe_object *sxe; in PHP_FUNCTION()
2277 php_sxe_object *sxe = Z_SXEOBJ_P(ZEND_THIS); in SXE_METHOD()
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()
2458 php_sxe_object *intern = Z_SXEOBJ_P(curobj); in php_sxe_iterator_current_key()
2473 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2476 php_sxe_object *intern; 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()
2517 php_sxe_object *sxe; in simplexml_export_node()
2530 php_sxe_object *sxe; in PHP_FUNCTION()
2710 sxe_object_handlers.offset = XtOffsetOf(php_sxe_object, zo); in PHP_MINIT_FUNCTION()