Home
last modified time | relevance | path

Searched refs:refcount__gc (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_gc.c165 zv->refcount__gc++; in gc_zval_possible_root()
167 zv->refcount__gc--; in gc_zval_possible_root()
220 zv->refcount__gc++; in gc_zobj_possible_root()
222 zv->refcount__gc--; in gc_zobj_possible_root()
320 pz->refcount__gc++; in zval_scan_black()
349 pz->refcount__gc++; in zobj_scan_black()
363 pz->refcount__gc++; in zobj_scan_black()
427 pz->refcount__gc--; in zval_mark_grey()
469 pz->refcount__gc--; in zobj_mark_grey()
691 pz->refcount__gc++; in zval_collect_white()
[all …]
H A Dzend.h321 zend_uint refcount__gc; member
383 return pz->refcount__gc; in zval_refcount_p()
387 return pz->refcount__gc = rc; in zval_set_refcount_p()
391 return ++pz->refcount__gc; in zval_addref_p()
395 return --pz->refcount__gc; in zval_delref_p()
732 (z)->refcount__gc = 1; \
/PHP-5.4/
H A D.gdbinit176 printf "(refcount=%d", $zvalue->refcount__gc

Completed in 12 milliseconds