Searched refs:fp_refcount (Results 1 – 8 of 8) sorted by relevance
71 set $a = (*(phar_entry_info *)$m->pData).fp_refcount
691 if (entry->fp_refcount <= 0) { in phar_tar_writeheaders()797 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders()813 if (!entry->fp_refcount) { in phar_tar_writeheaders()
346 if (entry->fp && !entry->fp_refcount) { in phar_tmpclose_apply()436 if (--idata->internal_file->fp_refcount < 0) { in phar_entry_delref()437 idata->internal_file->fp_refcount = 0; in phar_entry_delref()465 if (idata->internal_file->fp_refcount < 2) { in phar_entry_remove()2505 if (entry->fp_refcount <= 0 && entry->is_deleted) {2771 if (!entry->is_modified && entry->fp_refcount) {3152 if (entry->fp_refcount == 0 && entry->fp != phar->fp && entry->fp != phar->ufp) {
646 if (entry->fp_refcount && for_write) { in phar_get_entry_data()672 ++(entry->fp_refcount); in phar_get_entry_data()725 ++(entry->fp_refcount); in phar_get_entry_data()791 etemp.fp_refcount = 1; in phar_get_or_create_entry_data()
792 if (entry->fp_refcount <= 0) { in phar_zip_changed_apply()1043 …_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp && entry->fp_refcount == 0) { in phar_zip_changed_apply()1050 if (entry->fp_refcount) { in phar_zip_changed_apply()
276 ++(entry->fp_refcount); in phar_wrapper_open_url()746 if (idata->internal_file->fp_refcount > 1) { in phar_wrapper_unlink()
275 int fp_refcount; member
3596 newentry.fp_refcount = 0;
Completed in 65 milliseconds