Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_types.h696 #define Z_COUNTED(zval) (zval).value.counted macro
697 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p))
764 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))
767 #define Z_GC_FLAGS(zval) GC_FLAGS(Z_COUNTED(zval))
770 #define Z_GC_INFO(zval) GC_INFO(Z_COUNTED(zval))
772 #define Z_GC_TYPE_INFO(zval) GC_TYPE_INFO(Z_COUNTED(zval))
880 #define Z_IS_RECURSIVE(zval) GC_IS_RECURSIVE(Z_COUNTED(zval))
881 #define Z_PROTECT_RECURSION(zval) GC_PROTECT_RECURSION(Z_COUNTED(zval))
882 #define Z_UNPROTECT_RECURSION(zval) GC_UNPROTECT_RECURSION(Z_COUNTED(zval))
H A Dzend_list.c334 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(tmp)); in zend_register_persistent_resource_ex()
H A Dzend_gc.c959 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan_black()
1134 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_mark_grey()
1344 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan()
1587 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_collect_white()
1665 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_remove_nested_data_from_buffer()
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1567 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(attrz));

Completed in 37 milliseconds