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);
59 php_sxe_object *subnode; in node_as_zval()202 php_sxe_object *sxe; in sxe_prop_dim_read()370 php_sxe_object *sxe; in sxe_prop_dim_write()623 php_sxe_object *sxe; in sxe_property_get_adr()661 php_sxe_object *sxe; in sxe_prop_dim_exists()782 php_sxe_object *sxe; in sxe_prop_dim_delete()1178 php_sxe_object *sxe; in sxe_get_gc()1577 php_sxe_object *sxe; in PHP_METHOD()1605 php_sxe_object *sxe; in PHP_METHOD()1629 php_sxe_object *sxe; in PHP_METHOD()[all …]
68 } php_sxe_object; typedef
Completed in 13 milliseconds