Searched refs:zend_refcounted (Results 1 – 13 of 13) sorted by relevance
64 zend_refcounted *ref;124 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref);125 ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref);139 zend_refcounted *_p = (zend_refcounted*)(p); \ in END_EXTERN_C()
96 gc_trace_ref((zend_refcounted *) ref); \128 static void gc_trace_ref(zend_refcounted *ref) { in gc_trace_ref()261 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root()342 ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref) in gc_remove_from_buffer()368 static void gc_scan_black(zend_refcounted *ref) in gc_scan_black()476 static void gc_mark_grey(zend_refcounted *ref) in gc_mark_grey()604 static void gc_scan(zend_refcounted *ref) in gc_scan()711 static void gc_add_garbage(zend_refcounted *ref) in gc_add_garbage()761 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags)1055 zend_refcounted *p;[all …]
80 gc_possible_root((zend_refcounted*)obj); in END_EXTERN_C()
61 zend_refcounted *ref = NULL; in zend_assign_to_variable()70 zend_refcounted *garbage; in zend_assign_to_variable()224 zend_refcounted *r = Z_COUNTED_P(p); in zend_vm_stack_free_extra_args_ex()252 zend_refcounted *r = Z_COUNTED_P(p); in zend_vm_stack_free_args()
31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC);
31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC) in _zval_dtor_func()
86 typedef struct _zend_refcounted zend_refcounted; typedef104 zend_refcounted *counted;863 zend_refcounted *_gc = Z_COUNTED_P(_z2); \872 zend_refcounted *_gc = Z_COUNTED_P(_z2); \884 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
4013 zend_refcounted *ref = Z_COUNTED_P(retval_ptr);4188 zend_refcounted *ref = Z_COUNTED_P(retval);4374 zend_refcounted *ref = Z_COUNTED_P(varptr);4511 zend_refcounted *ref = Z_COUNTED_P(varptr);5261 zend_refcounted *ref = Z_COUNTED_P(expr_ptr);5533 zend_refcounted *garbage = Z_COUNTED_P(var);6212 zend_refcounted *gc = Z_COUNTED_P(value);6396 zend_refcounted *gc = Z_COUNTED_P(value);
581 zend_refcounted *garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference()2069 zend_refcounted *r = Z_COUNTED_P(cv); in i_free_compiled_variables()
2996 zend_refcounted *ref = Z_COUNTED_P(retval);7821 zend_refcounted *garbage = Z_COUNTED_P(var);12620 zend_refcounted *ref = Z_COUNTED_P(retval);15927 zend_refcounted *ref = Z_COUNTED_P(retval);16010 zend_refcounted *ref = Z_COUNTED_P(varptr);16187 zend_refcounted *ref = Z_COUNTED_P(varptr);16236 zend_refcounted *ref = Z_COUNTED_P(varptr);16893 zend_refcounted *gc = Z_COUNTED_P(value);17077 zend_refcounted *gc = Z_COUNTED_P(value);35042 zend_refcounted *ref = Z_COUNTED_P(retval);[all …]
67 zend_refcounted *ref;73 zend_refcounted *ref; /* key to fetch the collision on parents */79 zend_refcounted ref;103 zend_refcounted ref;
127 #define HT_WATCH_OFFSET (sizeof(zend_refcounted *) + sizeof(uint32_t)) /* we are not interested in …196 …unt", "type=\"old\" refcount=\"%d\"", "Old refcount: %d", GC_REFCOUNT((zend_refcounted *) oldPtr)); in phpdbg_print_watch_diff()197 …unt", "type=\"new\" refcount=\"%d\"", "New refcount: %d", GC_REFCOUNT((zend_refcounted *) newPtr)); in phpdbg_print_watch_diff()413 if ((zend_refcounted *) Z_INDIRECT_P(watch->addr.zv) == watch->ref) {421 watch->ref = (zend_refcounted *) Z_INDIRECT_P(watch->addr.zv);
386 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap()
Completed in 192 milliseconds