Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_types.h459 #define Z_COUNTED(zval) (zval).value.counted macro
460 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p))
504 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))
507 #define Z_GC_FLAGS(zval) GC_FLAGS(Z_COUNTED(zval))
510 #define Z_GC_INFO(zval) GC_INFO(Z_COUNTED(zval))
512 #define Z_GC_TYPE_INFO(zval) GC_TYPE_INFO(Z_COUNTED(zval))
581 #define Z_IS_RECURSIVE(zval) GC_IS_RECURSIVE(Z_COUNTED(zval))
582 #define Z_PROTECT_RECURSION(zval) GC_PROTECT_RECURSION(Z_COUNTED(zval))
583 #define Z_UNPROTECT_RECURSION(zval) GC_UNPROTECT_RECURSION(Z_COUNTED(zval))
H A Dzend_gc.c744 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan_black()
869 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_mark_grey()
1058 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan()
1240 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_collect_white()
1365 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_remove_nested_data_from_buffer()
H A Dzend_list.c344 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(tmp)); in zend_register_persistent_resource_ex()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1832 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(attrz));

Completed in 26 milliseconds