Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.c134 GC_ZVAL_GET_COLOR(zv) == GC_BLACK) && in gc_zval_possible_root()
149 if (GC_ZVAL_GET_COLOR(zv) != GC_PURPLE) { in gc_zval_possible_root()
249 GC_ZVAL_GET_COLOR(zv) == GC_BLACK) && in gc_remove_zval_from_buffer()
292 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zval_scan_black()
317 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zval_scan_black()
346 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zobj_scan_black()
360 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zobj_scan_black()
373 if (GC_ZVAL_GET_COLOR(pz) != GC_GREY) { in zval_mark_grey()
495 if (GC_ZVAL_GET_COLOR(current->u.pz) == GC_PURPLE) { in gc_mark_roots()
511 if (GC_ZVAL_GET_COLOR(pz) == GC_GREY) { in zval_scan()
H A Dzend_gc.h69 #define GC_ZVAL_GET_COLOR(v) \ macro

Completed in 8 milliseconds