Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.c373 if (GC_ZVAL_GET_COLOR(pz) != GC_GREY) { in zval_mark_grey()
376 GC_ZVAL_SET_COLOR(pz, GC_GREY); in zval_mark_grey()
383 if (GC_GET_COLOR(obj->buffered) != GC_GREY) { in zval_mark_grey()
385 GC_SET_COLOR(obj->buffered, GC_GREY); in zval_mark_grey()
439 if (GC_GET_COLOR(obj->buffered) != GC_GREY) { in zobj_mark_grey()
441 GC_SET_COLOR(obj->buffered, GC_GREY); in zobj_mark_grey()
511 if (GC_ZVAL_GET_COLOR(pz) == GC_GREY) { in zval_scan()
521 if (GC_GET_COLOR(obj->buffered) == GC_GREY) { in zval_scan()
578 if (GC_GET_COLOR(obj->buffered) == GC_GREY) { in zobj_scan()
H A Dzend_gc.h47 #define GC_GREY 0x02 macro

Completed in 9 milliseconds