Home
last modified time | relevance | path

Searched refs:GC_DELREF (Results 1 – 25 of 35) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_string.h129 return GC_DELREF(s); in zend_string_delref()
197 GC_DELREF(s); in zend_string_realloc()
218 GC_DELREF(s); in zend_string_extend()
239 GC_DELREF(s); in zend_string_truncate()
259 GC_DELREF(s); in zend_string_safe_realloc()
283 if (GC_DELREF(s) == 0) { in zend_string_release()
292 if (GC_DELREF(s) == 0) { in zend_string_release_ex()
H A Dzend_iterators.c90 if (GC_DELREF(&iter->std) > 0) { in zend_iterator_dtor()
H A Dzend_objects_API.c57 GC_DELREF(obj); in zend_objects_store_call_destructors()
179 GC_DELREF(object); in zend_objects_store_del()
H A Dzend_variables.h43 if (!GC_DELREF(ref)) { in i_zval_ptr_dtor()
H A Dzend_execute.h92 if (UNEXPECTED(GC_DELREF(ref) == 0)) { in zend_copy_to_variable()
130 if (GC_DELREF(garbage) == 0) { in zend_assign_to_variable()
235 if (!GC_DELREF(r)) { in zend_vm_stack_free_extra_args_ex()
262 if (!GC_DELREF(r)) { in zend_vm_stack_free_args()
H A Dzend_objects_API.h74 if (GC_DELREF(obj) == 0) { in END_EXTERN_C()
H A Dzend_variables.c93 if (GC_DELREF(ref) == 0) { in zval_internal_ptr_dtor()
H A Dzend_gc.c593 if (UNEXPECTED(GC_DELREF(ref)) == 0) { in gc_possible_root_when_full()
842 GC_DELREF(ref); in gc_mark_grey()
852 GC_DELREF(ref); in gc_mark_grey()
872 GC_DELREF(ref); in gc_mark_grey()
904 GC_DELREF(ref); in gc_mark_grey()
917 GC_DELREF(ref); in gc_mark_grey()
1538 GC_DELREF(obj); in zend_gc_collect_cycles()
1570 GC_DELREF(obj); in zend_gc_collect_cycles()
H A Dzend_list.c49 if (GC_DELREF(res) <= 0) { in zend_list_delete()
H A Dzend_types.h500 #define GC_DELREF(p) zend_gc_delref(&(p)->gc) macro
1075 return GC_DELREF(Z_COUNTED_P(pz)); in zval_delref_p()
1220 GC_DELREF(_arr); \
1249 if (GC_DELREF(_r) == 0) { \
H A Dzend_object_handlers.h244 if ((ht) && !(GC_FLAGS(ht) & GC_IMMUTABLE) && !GC_DELREF(ht)) { \
H A Dzend_objects.c52 if (EXPECTED(GC_DELREF(object->properties) == 0) in zend_object_std_dtor()
H A Dzend_object_handlers.c132 GC_DELREF(zobj->properties); in zend_std_get_gc()
865 GC_DELREF(zobj->properties); in zend_std_write_property()
1085 GC_DELREF(zobj->properties); in zend_std_get_property_ptr_ptr()
1158 GC_DELREF(zobj->properties); in zend_std_unset_property()
H A Dzend_vm_execute.h22748 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER()
22872 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER()
22996 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER()
23120 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CV_HANDLER()
24999 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER()
25123 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER()
25247 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER()
25371 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER()
28629 if (GC_DELREF(ref) == 0) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CONST_HANDLER()
46225 if (!GC_DELREF(garbage)) { in ZEND_UNSET_CV_SPEC_CV_UNUSED_HANDLER()
[all …]
H A Dzend_execute.c149 if (UNEXPECTED(!GC_DELREF(__ref))) { \
564 if (GC_DELREF(garbage) == 0) { in zend_assign_to_variable_reference()
1989 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_undefined_offset_write()
2008 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_undefined_index_write()
2095 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in slow_index_convert()
2874 GC_DELREF(zobj->properties); in zend_fetch_property_address()
3249 if (!GC_DELREF(ref)) { in i_zval_ptr_dtor_noref()
3272 if (UNEXPECTED(GC_DELREF(ref) == 0)) { in zend_assign_to_typed_ref()
3475 if (!GC_DELREF(r)) { in i_free_compiled_variables()
H A Dzend_vm_def.h2501 GC_DELREF(zobj->properties);
2524 if (GC_DELREF(ref) == 0) {
4529 if (UNEXPECTED(GC_DELREF(ref) == 0)) {
4719 if (UNEXPECTED(GC_DELREF(ref) == 0)) {
4855 if (UNEXPECTED(GC_DELREF(ref) == 0)) {
4905 if (UNEXPECTED(GC_DELREF(ref) == 0)) {
6060 if (!GC_DELREF(garbage)) {
7165 if (UNEXPECTED(GC_DELREF(r) == 0)) {
7205 if (UNEXPECTED(GC_DELREF(r) == 0)) {
8064 uint32_t refcnt = GC_DELREF(ref);
[all …]
H A Dzend_execute_API.c290 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && GC_DELREF(ht) == 0) { in shutdown_executor()
309 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && GC_DELREF(ht) == 0) { in shutdown_executor()
H A Dzend_closures.c192 GC_DELREF(&closure->std); in ZEND_METHOD()
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h554 #ifndef GC_DELREF
555 # define GC_DELREF(p) (GC_REFCOUNT(p)--) macro
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c61 GC_DELREF(u8str); in transliterator_object_construct()
/PHP-7.4/ext/standard/
H A Dvar.c149 GC_DELREF(myht); in php_var_dump()
338 GC_DELREF(myht); in php_debug_zval_dump()
555 GC_DELREF(myht); in php_var_export_ex()
H A Dhttp_fopen_wrapper.c459 GC_DELREF(tmp); in php_stream_url_wrap_http_ex()
H A Dproc_open.c181 GC_DELREF(proc->pipes[i]); in proc_open_rsrc_dtor()
/PHP-7.4/ext/spl/
H A Dspl_array.c101 GC_DELREF(obj->properties); in spl_array_get_hash_table_ptr()
1470 GC_DELREF(aht); in spl_array_method()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c689 GC_DELREF(obj); in oci_blob_close()

Completed in 221 milliseconds

12