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()666 php_sxe_object *sxe; in sxe_prop_dim_exists()787 php_sxe_object *sxe; in sxe_prop_dim_delete()1207 php_sxe_object *sxe; in sxe_get_gc()1585 php_sxe_object *sxe; in PHP_METHOD()1615 php_sxe_object *sxe; in PHP_METHOD()1639 php_sxe_object *sxe; in PHP_METHOD()[all …]
68 } php_sxe_object; typedef
Completed in 15 milliseconds