Lines Matching defs:TSRMLS_DC

68 … node, zval *value, SXE_ITER itertype, char *name, const xmlChar *nsprefix, int isprefix TSRMLS_DC)  in _node_as_zval()
111 static xmlNodePtr php_sxe_get_first_node(php_sxe_object *sxe, xmlNodePtr node TSRMLS_DC) /* {{{ */ in php_sxe_get_first_node()
180 …r sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name TSRMLS_DC) /* {{{ */ in sxe_find_element_by_name()
195 …ment_by_name(php_sxe_object *sxe, xmlNodePtr node, char **name, SXE_ITER *type TSRMLS_DC) /* {{{ */ in sxe_get_element_by_name()
248 …rop_dim_read(zval *object, zval *member, zend_bool elements, zend_bool attribs, int type TSRMLS_DC) in sxe_prop_dim_read()
392 …c zval * sxe_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in sxe_property_read()
400 static zval * sxe_dimension_read(zval *object, zval *offset, int type TSRMLS_DC) in sxe_dimension_read()
408 static void change_node_zval(xmlNodePtr node, zval *value TSRMLS_DC) in change_node_zval()
452 …, zval *member, zval *value, zend_bool elements, zend_bool attribs, xmlNodePtr *pnewnode TSRMLS_DC) in sxe_prop_dim_write()
683 …void sxe_property_write(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in sxe_property_write()
691 static void sxe_dimension_write(zval *object, zval *offset, zval *value TSRMLS_DC) in sxe_dimension_write()
697 …roperty_get_adr(zval *object, zval *member, int fetch_type, const zend_literal *key TSRMLS_DC) /* … in sxe_property_get_adr()
736 …xists(zval *object, zval *member, int check_empty, zend_bool elements, zend_bool attribs TSRMLS_DC) in sxe_prop_dim_exists()
849 …sxe_property_exists(zval *object, zval *member, int check_empty, const zend_literal *key TSRMLS_DC) in sxe_property_exists()
857 static int sxe_dimension_exists(zval *object, zval *member, int check_empty TSRMLS_DC) in sxe_dimension_exists()
865 …id sxe_prop_dim_delete(zval *object, zval *member, zend_bool elements, zend_bool attribs TSRMLS_DC) in sxe_prop_dim_delete()
974 static void sxe_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in sxe_property_delete()
982 static void sxe_dimension_delete(zval *object, zval *offset TSRMLS_DC) in sxe_dimension_delete()
1006 …(php_sxe_object *sxe_ref, xmlNodePtr node, zval **value, xmlChar *nsprefix, int isprefix TSRMLS_DC) in _get_base_node_value()
1036 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value TSRMLS_DC) /* {{… in sxe_properties_add()
1061 static HashTable * sxe_get_prop_hash(zval *object, int is_debug TSRMLS_DC) /* {{{ */ in sxe_get_prop_hash()
1198 static HashTable * sxe_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ { in sxe_get_gc()
1208 static HashTable * sxe_get_properties(zval *object TSRMLS_DC) /* {{{ */ in sxe_get_properties()
1214 static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in sxe_get_debug_info()
1221 static int sxe_objects_compare(zval *object1, zval *object2 TSRMLS_DC) /* {{{ */ in sxe_objects_compare()
1451 …es(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *return_value TSRMLS_DC) /* {{{… in sxe_add_namespaces()
1506 …es(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *return_value TSRMLS_DC) /* {{{… in sxe_add_registered_namespaces()
1772 static int cast_object(zval *object, int type, char *contents TSRMLS_DC) in cast_object()
1804 static int sxe_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC) in sxe_object_cast()
1874 static int php_sxe_count_elements_helper(php_sxe_object *sxe, long *count TSRMLS_DC) /* {{{ */ in php_sxe_count_elements_helper()
1901 static int sxe_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in sxe_count_elements()
1941 static zval *sxe_get_value(zval *z TSRMLS_DC) /* {{{ */ in sxe_get_value()
1988 sxe_object_clone(void *object, void **clone_ptr TSRMLS_DC) in sxe_object_clone()
2023 static void sxe_object_dtor(void *object, zend_object_handle handle TSRMLS_DC) in sxe_object_dtor()
2053 static void sxe_object_free_storage(void *object TSRMLS_DC) in sxe_object_free_storage()
2090 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC) in php_sxe_object_new()
2136 php_sxe_register_object(php_sxe_object *intern TSRMLS_DC) in php_sxe_register_object()
2150 sxe_object_new(zend_class_entry *ce TSRMLS_DC) in sxe_object_new()
2280 …ePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data TSRMLS_DC) /* {{{ */ in php_sxe_iterator_fetch()
2311 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data TSRMLS_DC) /* {{{ */ in php_sxe_reset_iterator()
2338 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC in php_sxe_get_iterator()
2356 static void php_sxe_iterator_dtor(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in php_sxe_iterator_dtor()
2369 static int php_sxe_iterator_valid(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in php_sxe_iterator_valid()
2377 static void php_sxe_iterator_current_data(zend_object_iterator *iter, zval ***data TSRMLS_DC) /* {{… in php_sxe_iterator_current_data()
2385 static void php_sxe_iterator_current_key(zend_object_iterator *iter, zval *key TSRMLS_DC) /* {{{ */ in php_sxe_iterator_current_key()
2404 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe TSRMLS_DC) /* {{{ */ in php_sxe_move_forward_iterator()
2422 static void php_sxe_iterator_move_forward(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in php_sxe_iterator_move_forward()
2429 static void php_sxe_iterator_rewind(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in php_sxe_iterator_rewind()
2440 void *simplexml_export_node(zval *object TSRMLS_DC) /* {{{ */ in simplexml_export_node()