Searched refs:php_sxe_object (Results 1 – 3 of 3) sorted by relevance
40 static inline php_sxe_object *php_sxe_fetch_object(zend_object *obj) /* {{{ */ { in php_sxe_fetch_object()41 return (php_sxe_object *)((char*)(obj) - XtOffsetOf(php_sxe_object, zo)); in php_sxe_fetch_object()49 php_sxe_object *sxe;52 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe);53 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe);
61 php_sxe_object *subnode; in _node_as_zval()210 php_sxe_object *sxe; in sxe_prop_dim_read()378 php_sxe_object *sxe; in sxe_prop_dim_write()630 php_sxe_object *sxe; in sxe_property_get_adr()669 php_sxe_object *sxe; in sxe_prop_dim_exists()790 php_sxe_object *sxe; in sxe_prop_dim_delete()1210 php_sxe_object *sxe; in sxe_get_gc()1617 php_sxe_object *sxe; in PHP_METHOD()1647 php_sxe_object *sxe; in PHP_METHOD()1671 php_sxe_object *sxe; in PHP_METHOD()[all …]
68 } php_sxe_object; typedef
Completed in 16 milliseconds