Home
last modified time | relevance | path

Searched refs:zend_object_handle (Results 1 – 25 of 37) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_objects_API.h27 typedef void (*zend_objects_store_dtor_t)(void *object, zend_object_handle handle TSRMLS_DC);
66 ZEND_API zend_object_handle zend_objects_store_put(void *object, zend_objects_store_dtor_t dtor, ze…
70 ZEND_API void zend_objects_store_add_ref_by_handle(zend_object_handle handle TSRMLS_DC);
71 ZEND_API void zend_objects_store_del_ref_by_handle_ex(zend_object_handle handle, const zend_object_…
72 static zend_always_inline void zend_objects_store_del_ref_by_handle(zend_object_handle handle TSRML… in zend_objects_store_del_ref_by_handle()
78 ZEND_API void *zend_object_store_get_object_by_handle(zend_object_handle handle TSRMLS_DC);
H A Dzend_objects_API.c109 zend_object_handle handle; in zend_objects_store_put()
143 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in zend_objects_store_get_refcount()
150 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in zend_objects_store_add_ref()
161 ZEND_API void zend_objects_store_add_ref_by_handle(zend_object_handle handle TSRMLS_DC) in zend_objects_store_add_ref_by_handle()
173 zend_object_handle handle; in zend_objects_store_del_ref()
256 zend_object_handle handle = Z_OBJ_HANDLE_P(zobject); in zend_objects_store_clone_obj()
276 zend_object_handle handle = Z_OBJ_HANDLE_P(zobject); in zend_object_store_get_object()
284 ZEND_API void *zend_object_store_get_object_by_handle(zend_object_handle handle TSRMLS_DC) in zend_object_store_get_object_by_handle()
298 zend_object_handle handle = Z_OBJ_HANDLE_P(zobject); in zend_object_store_set_object()
307 zend_object_handle handle = Z_OBJ_HANDLE_P(zobject); in zend_object_store_ctor_failed()
[all …]
H A Dzend_types.h53 typedef unsigned int zend_object_handle; typedef
58 zend_object_handle handle;
H A Dzend_objects.h31 ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC);
33 …ew_object, zend_object_value new_obj_val, zend_object *old_object, zend_object_handle handle TSRML…
H A Dzend_generators.h33 zend_object_handle handle;
H A Dzend_objects.c61 ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC) in zend_objects_destroy_object()
160 …ew_object, zend_object_value new_obj_val, zend_object *old_object, zend_object_handle handle TSRML… in zend_objects_clone_members()
223 zend_object_handle handle = Z_OBJ_HANDLE_P(zobject); in zend_objects_clone_obj()
H A Dzend_iterators.c58 static void iter_wrapper_dtor(void *object, zend_object_handle handle TSRMLS_DC) in iter_wrapper_dtor()
H A Dzend_gc.h84 zend_object_handle handle; /* must be 0 for zval */
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.h41 zend_object_handle handle;
/PHP-5.5/ext/spl/
H A Dphp_spl.c554 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
556 sizeof(zend_object_handle)); in PHP_FUNCTION()
557 func_name_len += sizeof(zend_object_handle); in PHP_FUNCTION()
570 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
571 memcpy(lc_name + func_name_len, &Z_OBJ_HANDLE_P(obj_ptr), sizeof(zend_object_handle)); in PHP_FUNCTION()
572 func_name_len += sizeof(zend_object_handle); in PHP_FUNCTION()
662 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
664 sizeof(zend_object_handle)); in PHP_FUNCTION()
665 func_name_len += sizeof(zend_object_handle); in PHP_FUNCTION()
681 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
[all …]
H A Dconfig.m410 …return ((sizeof(zend_object_handle) + sizeof(zend_object_handlers*)) == sizeof(zend_object_value))…
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c35 zend_object_handle handle TSRMLS_DC) in Spoofchecker_objects_dtor()
124 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in spoofchecker_clone_obj()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c37 static void MessageFormatter_object_dtor(void *object, zend_object_handle handle TSRMLS_DC ) in MessageFormatter_object_dtor()
83 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in MessageFormatter_object_clone()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c39 zend_object_handle handle TSRMLS_DC ) in NumberFormatter_object_dtor()
85 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in NumberFormatter_object_clone()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h60 zend_object_handle handle;
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c38 static void IntlDateFormatter_object_dtor(void *object, zend_object_handle handle TSRMLS_DC ) in IntlDateFormatter_object_dtor()
92 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in IntlDateFormatter_object_clone()
/PHP-5.5/ext/dom/
H A Dxml_common.h34 zend_object_handle handle;
H A Dphp_dom.h75 zend_object_handle handle;
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c41 zend_object_handle handle TSRMLS_DC ) in Collator_objects_dtor()
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h121 zend_object_handle link_handle;
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c102 zend_object_handle handle TSRMLS_DC ) in Transliterator_objects_dtor()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c38 static void ResourceBundle_object_destroy( void *object, zend_object_handle handle TSRMLS_DC ) in ResourceBundle_object_destroy()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp187 zend_object_handle handle TSRMLS_DC) in BreakIterator_objects_dtor()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp344 zend_object_handle handle TSRMLS_DC) in TimeZone_objects_dtor()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp235 zend_object_handle handle TSRMLS_DC) in Calendar_objects_dtor()

Completed in 38 milliseconds

12