Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_types.h489 #define Z_COUNTED(zval) (zval).value.counted macro
490 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p))
534 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))
537 #define Z_GC_FLAGS(zval) GC_FLAGS(Z_COUNTED(zval))
540 #define Z_GC_INFO(zval) GC_INFO(Z_COUNTED(zval))
542 #define Z_GC_TYPE_INFO(zval) GC_TYPE_INFO(Z_COUNTED(zval))
615 #define Z_IS_RECURSIVE(zval) GC_IS_RECURSIVE(Z_COUNTED(zval))
616 #define Z_PROTECT_RECURSION(zval) GC_PROTECT_RECURSION(Z_COUNTED(zval))
617 #define Z_UNPROTECT_RECURSION(zval) GC_UNPROTECT_RECURSION(Z_COUNTED(zval))
H A Dzend_gc.c750 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan_black()
871 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_mark_grey()
1055 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan()
1228 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_collect_white()
1346 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_remove_nested_data_from_buffer()
H A Dzend_list.c338 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(tmp)); in zend_register_persistent_resource_ex()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c1834 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(attrz));

Completed in 28 milliseconds