Searched refs:fp_refcount (Results 1 – 8 of 8) sorted by relevance
71 set $a = (*(phar_entry_info *)$m->pData).fp_refcount
724 if (entry->fp_refcount <= 0) { in phar_tar_writeheaders_int()835 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()851 if (!entry->fp_refcount) { in phar_tar_writeheaders_int()
315 if (entry->fp && !entry->fp_refcount) { in phar_tmpclose_apply()392 if (--idata->internal_file->fp_refcount < 0) { in phar_entry_delref()393 idata->internal_file->fp_refcount = 0; in phar_entry_delref()421 if (idata->internal_file->fp_refcount < 2) { in phar_entry_remove()2481 if (entry->fp_refcount <= 0 && entry->is_deleted) { in phar_flush_clean_deleted_apply()2737 if (!entry->is_modified && entry->fp_refcount) { in phar_flush()3102 if (entry->fp_refcount == 0 && entry->fp != phar->fp && entry->fp != phar->ufp) { in phar_flush()
422 if (entry->fp_refcount && for_write) { in phar_get_entry_data()448 ++(entry->fp_refcount); in phar_get_entry_data()506 ++(entry->fp_refcount); in phar_get_entry_data()572 etemp.fp_refcount = 1; in phar_get_or_create_entry_data()
286 ++(entry->fp_refcount); in phar_wrapper_open_url()725 if (idata->internal_file->fp_refcount > 1) { in phar_wrapper_unlink()
856 if (entry->fp_refcount <= 0) { in phar_zip_changed_apply_int()1100 …_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp && entry->fp_refcount == 0) { in phar_zip_changed_apply_int()1107 if (entry->fp_refcount) { in phar_zip_changed_apply_int()
251 int fp_refcount; member
3481 newentry.fp_refcount = 0; in PHP_METHOD()
Completed in 47 milliseconds