Home
last modified time | relevance | path

Searched refs:fp_refcount (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/phar/
H A Dgdbhelp71 set $a = (*(phar_entry_info *)$m->pData).fp_refcount
H A Dtar.c722 if (entry->fp_refcount <= 0) { in phar_tar_writeheaders_int()
833 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
849 if (!entry->fp_refcount) { in phar_tar_writeheaders_int()
H A Dphar.c320 if (entry->fp && !entry->fp_refcount) { in phar_tmpclose_apply()
395 if (--idata->internal_file->fp_refcount < 0) { in phar_entry_delref()
396 idata->internal_file->fp_refcount = 0; in phar_entry_delref()
423 if (idata->internal_file->fp_refcount < 2) { in phar_entry_remove()
2474 if (entry->fp_refcount <= 0 && entry->is_deleted) { in phar_flush_clean_deleted_apply()
2700 if (!entry->is_modified && entry->fp_refcount) { in phar_flush_ex()
3065 if (entry->fp_refcount == 0 && entry->fp != phar->fp && entry->fp != phar->ufp) { in phar_flush_ex()
H A Dutil.c545 if (entry->fp_refcount && for_write) { in phar_get_entry_data()
568 ++(entry->fp_refcount); in phar_get_entry_data()
623 ++(entry->fp_refcount); in phar_get_entry_data()
689 etemp.fp_refcount = 1; in phar_get_or_create_entry_data()
H A Dphar_internal.h218 int fp_refcount; member
H A Dzip.c887 if (entry->fp_refcount <= 0) { in phar_zip_changed_apply_int()
1131 …_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp && entry->fp_refcount == 0) { in phar_zip_changed_apply_int()
1138 if (entry->fp_refcount) { in phar_zip_changed_apply_int()
H A Dstream.c284 ++(entry->fp_refcount); in phar_wrapper_open_url()
718 if (idata->internal_file->fp_refcount > 1) { in phar_wrapper_unlink()
H A Dphar_object.c3491 newentry.fp_refcount = 0; in PHP_METHOD()

Completed in 62 milliseconds