Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.h34 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref);
35 ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref);
61 zend_refcounted *_p = (zend_refcounted*)(p); \ in END_EXTERN_C()
72 static zend_always_inline void gc_check_possible_root(zend_refcounted *ref)
H A Dzend_variables.c37 typedef void (ZEND_FASTCALL *zend_rc_dtor_func_t)(zend_refcounted *p);
54 ZEND_API void ZEND_FASTCALL rc_dtor_func(zend_refcounted *p) in rc_dtor_func()
91 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in zval_internal_ptr_dtor()
H A Dzend_variables.h29 ZEND_API void ZEND_FASTCALL rc_dtor_func(zend_refcounted *p);
42 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor()
H A Dzend_gc.c94 gc_trace_ref((zend_refcounted *) ref); \
206 zend_refcounted *ref;
267 zend_refcounted *data[GC_STACK_SEGMENT_SIZE];
391 static void gc_trace_ref(zend_refcounted *ref) { in gc_trace_ref()
691 static void gc_scan_black(zend_refcounted *ref, gc_stack *stack) in gc_scan_black()
809 static void gc_mark_grey(zend_refcounted *ref, gc_stack *stack) in gc_mark_grey()
937 zend_refcounted *p; in gc_compact()
984 static void gc_scan(zend_refcounted *ref, gc_stack *stack) in gc_scan()
1129 static void gc_add_garbage(zend_refcounted *ref) in gc_add_garbage()
1290 zend_refcounted *ref; in gc_collect_roots()
[all …]
H A Dzend_objects_API.h76 } else if (UNEXPECTED(GC_MAY_LEAK((zend_refcounted*)obj))) { in END_EXTERN_C()
77 gc_possible_root((zend_refcounted*)obj); in END_EXTERN_C()
H A Dzend_execute.h78 …ef(zval *variable_ptr, zval *value, zend_uchar value_type, zend_bool strict, zend_refcounted *ref);
80 …zend_copy_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type, zend_refcounted *ref) in zend_copy_to_variable()
102 zend_refcounted *ref = NULL; in zend_assign_to_variable()
111 zend_refcounted *garbage; in zend_assign_to_variable()
234 zend_refcounted *r = Z_COUNTED_P(p); in zend_vm_stack_free_extra_args_ex()
261 zend_refcounted *r = Z_COUNTED_P(p); in zend_vm_stack_free_args()
H A Dzend_types.h89 typedef struct _zend_refcounted zend_refcounted; typedef
179 zend_refcounted *counted;
1100 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1109 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1121 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1141 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
H A Dzend_execute.c148 zend_refcounted *__ref = Z_COUNTED_P(__container_to_free); \
562 zend_refcounted *garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference()
3247 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor_noref()
3257 …val *variable_ptr, zval *orig_value, zend_uchar value_type, zend_bool strict, zend_refcounted *ref) in zend_assign_to_typed_ref()
3474 zend_refcounted *r = Z_COUNTED_P(cv); in i_free_compiled_variables()
H A Dzend_vm_def.h4327 zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
4348 zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
4525 zend_refcounted *ref = Z_COUNTED_P(retval);
4715 zend_refcounted *ref = Z_COUNTED_P(varptr);
4851 zend_refcounted *ref = Z_COUNTED_P(varptr);
4901 zend_refcounted *ref = Z_COUNTED_P(varptr);
5690 zend_refcounted *ref = Z_COUNTED_P(expr_ptr);
6056 zend_refcounted *garbage = Z_COUNTED_P(var);
6602 zend_refcounted *gc = Z_COUNTED_P(value);
6768 zend_refcounted *gc = Z_COUNTED_P(value);
[all …]
H A Dzend_vm_execute.h3671 zend_refcounted *ref = Z_COUNTED_P(retval); in ZEND_GENERATOR_RETURN_SPEC_CONST_HANDLER()
18007 zend_refcounted *ref = Z_COUNTED_P(retval); in ZEND_GENERATOR_RETURN_SPEC_TMP_HANDLER()
20868 zend_refcounted *ref = Z_COUNTED_P(retval); in ZEND_GENERATOR_RETURN_SPEC_VAR_HANDLER()
20950 zend_refcounted *ref = Z_COUNTED_P(varptr); in ZEND_SEND_VAR_SPEC_VAR_INLINE_HANDLER()
21132 zend_refcounted *ref = Z_COUNTED_P(varptr); in ZEND_SEND_VAR_EX_SPEC_VAR_HANDLER()
21180 zend_refcounted *ref = Z_COUNTED_P(varptr); in ZEND_SEND_VAR_EX_SPEC_VAR_QUICK_HANDLER()
21211 zend_refcounted *ref = Z_COUNTED_P(varptr); in ZEND_SEND_FUNC_ARG_SPEC_VAR_HANDLER()
21653 zend_refcounted *gc = Z_COUNTED_P(value); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21819 zend_refcounted *gc = Z_COUNTED_P(value); in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
37106 zend_refcounted *ref = Z_COUNTED_P(retval); in ZEND_GENERATOR_RETURN_SPEC_CV_HANDLER()
[all …]
/PHP-7.4/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()
414 if ((zend_refcounted *) Z_INDIRECT_P(watch->addr.zv) == watch->ref) {
422 watch->ref = (zend_refcounted *) Z_INDIRECT_P(watch->addr.zv);
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c385 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap()
/PHP-7.4/ext/standard/
H A Dvar.c1295 zend_refcounted *ref = Z_COUNTED_P(return_value); in PHP_FUNCTION()

Completed in 195 milliseconds