Home
last modified time | relevance | path

Searched refs:GC_BLACK (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()
249 GC_ZVAL_GET_COLOR(zv) == GC_BLACK) && in gc_remove_zval_from_buffer()
277 if (GC_GET_COLOR(obj->buffered) != GC_BLACK) { in zval_scan_black()
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()
H A Dzend_gc.h45 #define GC_BLACK 0x00 macro

Completed in 10 milliseconds