Home
last modified time | relevance | path

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

12

/PHP-7.3/Zend/
H A Dzend_objects_API.c58 GC_DELREF(obj); in zend_objects_store_call_destructors()
105 GC_DELREF(obj); in zend_objects_store_free_object_storage()
120 GC_DELREF(obj); in zend_objects_store_free_object_storage()
175 GC_DELREF(object); in zend_objects_store_del()
191 GC_DELREF(object); in zend_objects_store_del()
H A Dzend_string.h126 return GC_DELREF(s); in zend_string_delref()
194 GC_DELREF(s); in zend_string_realloc()
215 GC_DELREF(s); in zend_string_extend()
236 GC_DELREF(s); in zend_string_truncate()
256 GC_DELREF(s); in zend_string_safe_realloc()
280 if (GC_DELREF(s) == 0) { in zend_string_release()
289 if (GC_DELREF(s) == 0) { in zend_string_release_ex()
H A Dzend_execute.h86 GC_DELREF(ref); in zend_assign_to_variable()
91 if (GC_DELREF(garbage) == 0) { in zend_assign_to_variable()
102 if (UNEXPECTED(GC_DELREF(ref) == 0)) { in zend_assign_to_variable()
129 if (UNEXPECTED(GC_DELREF(ref) == 0)) { in zend_assign_to_variable()
232 if (!GC_DELREF(r)) { in zend_vm_stack_free_extra_args_ex()
259 if (!GC_DELREF(r)) { in zend_vm_stack_free_args()
H A Dzend_iterators.c82 if (GC_DELREF(&iter->std) > 0) { in zend_iterator_dtor()
H A Dzend_variables.h43 if (!GC_DELREF(ref)) { in i_zval_ptr_dtor()
H A Dzend_objects_API.h76 if (GC_DELREF(obj) == 0) { in END_EXTERN_C()
H A Dzend_variables.c120 if (GC_DELREF(ref) == 0) { in zval_internal_ptr_dtor()
H A Dzend_gc.c585 if (UNEXPECTED(GC_DELREF(ref)) == 0) { in gc_possible_root_when_full()
839 GC_DELREF(ref); in gc_mark_grey()
850 GC_DELREF(ref); in gc_mark_grey()
871 GC_DELREF(ref); in gc_mark_grey()
904 GC_DELREF(ref); in gc_mark_grey()
918 GC_DELREF(ref); in gc_mark_grey()
1531 GC_DELREF(obj); in zend_gc_collect_cycles()
1580 GC_DELREF(obj); in zend_gc_collect_cycles()
H A Dzend_objects.c46 if (EXPECTED(GC_DELREF(object->properties) == 0) in zend_object_std_dtor()
H A Dzend_list.c47 if (GC_DELREF(res) <= 0) { in zend_list_delete()
H A Dzend_types.h470 #define GC_DELREF(p) zend_gc_delref(&(p)->gc) macro
1030 return GC_DELREF(Z_COUNTED_P(pz)); in zval_delref_p()
1175 GC_DELREF(_arr); \
1204 if (GC_DELREF(_r) == 0) { \
H A Dzend_object_handlers.c129 GC_DELREF(zobj->properties); in zend_std_get_gc()
767 GC_DELREF(zobj->properties); in zend_std_write_property()
960 GC_DELREF(zobj->properties); in zend_std_get_property_ptr_ptr()
1014 GC_DELREF(zobj->properties); in zend_std_unset_property()
H A Dzend_vm_execute.h520 GC_DELREF(object);
556 GC_DELREF(object);
1030 GC_DELREF(object);
1152 GC_DELREF(object);
22594 if (GC_DELREF(ref) == 0) {
22715 if (GC_DELREF(ref) == 0) {
22836 if (GC_DELREF(ref) == 0) {
42095 GC_DELREF(ht);
47345 if (!GC_DELREF(garbage)) {
55388 GC_DELREF(object);
[all …]
H A Dzend_vm_def.h2136 GC_DELREF(zobj->properties);
2159 if (GC_DELREF(ref) == 0) {
2411 GC_DELREF(object);
2447 GC_DELREF(object);
3762 GC_DELREF(object);
4437 if (UNEXPECTED(GC_DELREF(ref) == 0)) {
5455 if (!GC_DELREF(garbage)) {
6532 if (UNEXPECTED(GC_DELREF(r) == 0)) {
6572 if (UNEXPECTED(GC_DELREF(r) == 0)) {
7508 uint32_t refcnt = GC_DELREF(ref);
[all …]
H A Dzend_execute.c142 if (UNEXPECTED(!GC_DELREF(__ref))) { \
613 if (GC_DELREF(garbage) == 0) { in zend_assign_to_variable_reference()
2230 GC_DELREF(zobj->properties); in zend_fetch_property_address()
2362 if (!GC_DELREF(r)) { in i_free_compiled_variables()
2817 GC_DELREF(Z_OBJ(call->This)); in cleanup_unfinished_calls()
H A Dzend_opcode.c344 if (GC_DELREF(op_array->static_variables) == 0) { in destroy_op_array()
H A Dzend_closures.c170 GC_DELREF(&closure->std); in ZEND_METHOD()
/PHP-7.3/ext/intl/transliterator/
H A Dtransliterator_class.c61 GC_DELREF(u8str); in transliterator_object_construct()
/PHP-7.3/ext/oci8/
H A Dphp_oci8_int.h554 #ifndef GC_DELREF
555 # define GC_DELREF(p) (GC_REFCOUNT(p)--) macro
/PHP-7.3/
H A DUPGRADING.INTERNALS92 macros GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF().
95 GC_REFCOUNT(p)-- into GC_DELREF(p),
/PHP-7.3/ext/standard/
H A Dvar.c139 GC_DELREF(myht); in php_var_dump()
311 GC_DELREF(myht); in php_debug_zval_dump()
523 GC_DELREF(myht); in php_var_export_ex()
H A Dproc_open.c187 GC_DELREF(proc->pipes[i]); in proc_open_rsrc_dtor()
H A Dhttp_fopen_wrapper.c460 GC_DELREF(tmp); in php_stream_url_wrap_http_ex()
/PHP-7.3/ext/pdo_oci/
H A Doci_statement.c692 GC_DELREF(obj); in oci_blob_close()
/PHP-7.3/ext/spl/
H A Dspl_array.c101 GC_DELREF(obj->properties); in spl_array_get_hash_table_ptr()
1509 GC_DELREF(aht); in spl_array_method()

Completed in 305 milliseconds

12