Home
last modified time | relevance | path

Searched refs:Z_COUNTED (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_types.h371 #define Z_COUNTED(zval) (zval).value.counted macro
372 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p))
385 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))
388 #define Z_GC_FLAGS(zval) GC_FLAGS(Z_COUNTED(zval))
391 #define Z_GC_INFO(zval) GC_INFO(Z_COUNTED(zval))
394 #define Z_GC_TYPE_INFO(zval) GC_TYPE_INFO(Z_COUNTED(zval))
H A Dzend_gc.c426 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan_black()
537 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_mark_grey()
658 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan()
845 ref = Z_COUNTED(((zend_reference*)ref)->val);
1007 ref = Z_COUNTED(((zend_reference*)ref)->val);

Completed in 12 milliseconds