Home
last modified time | relevance | path

Searched refs:zend_refcounted (Results 1 – 13 of 13) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_gc.h64 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()
H A Dzend_gc.c96 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 …]
H A Dzend_objects_API.h80 gc_possible_root((zend_refcounted*)obj); in END_EXTERN_C()
H A Dzend_execute.h61 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()
H A Dzend_variables.h31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC);
H A Dzend_variables.c31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC) in _zval_dtor_func()
H A Dzend_types.h86 typedef struct _zend_refcounted zend_refcounted; typedef
104 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); \
H A Dzend_vm_def.h4013 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);
H A Dzend_execute.c581 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()
H A Dzend_vm_execute.h2996 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 …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.h67 zend_refcounted *ref;
73 zend_refcounted *ref; /* key to fetch the collision on parents */
79 zend_refcounted ref;
103 zend_refcounted ref;
H A Dphpdbg_watch.c127 #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);
/PHP-7.1/ext/soap/
H A Dphp_packet_soap.c386 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap()

Completed in 199 milliseconds