Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dgdbhelp71 set $a = (*(phar_entry_info *)$m->pData).fp_refcount
H A Dtar.c711 if (entry->fp_refcount <= 0) { in phar_tar_writeheaders()
817 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders()
833 if (!entry->fp_refcount) { in phar_tar_writeheaders()
H A Dphar.c344 if (entry->fp && !entry->fp_refcount) { in phar_tmpclose_apply()
434 if (--idata->internal_file->fp_refcount < 0) { in phar_entry_delref()
435 idata->internal_file->fp_refcount = 0; in phar_entry_delref()
463 if (idata->internal_file->fp_refcount < 2) { in phar_entry_remove()
2508 if (entry->fp_refcount <= 0 && entry->is_deleted) {
2774 if (!entry->is_modified && entry->fp_refcount) {
3155 if (entry->fp_refcount == 0 && entry->fp != phar->fp && entry->fp != phar->ufp) {
H A Dutil.c424 if (entry->fp_refcount && for_write) { in phar_get_entry_data()
450 ++(entry->fp_refcount); in phar_get_entry_data()
508 ++(entry->fp_refcount); in phar_get_entry_data()
574 etemp.fp_refcount = 1; in phar_get_or_create_entry_data()
H A Dzip.c784 if (entry->fp_refcount <= 0) { in phar_zip_changed_apply()
1035 …_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp && entry->fp_refcount == 0) { in phar_zip_changed_apply()
1042 if (entry->fp_refcount) { in phar_zip_changed_apply()
H A Dstream.c276 ++(entry->fp_refcount); in phar_wrapper_open_url()
746 if (idata->internal_file->fp_refcount > 1) { in phar_wrapper_unlink()
H A Dphar_internal.h277 int fp_refcount; member
H A Dphar_object.c3513 newentry.fp_refcount = 0; in PHP_METHOD()

Completed in 64 milliseconds