Searched refs:fp_type (Results 1 – 6 of 6) sorted by relevance
242 enum phar_fp_type fp_type; member325 enum phar_fp_type fp_type; member413 entry->fp_type = type; in phar_set_fp_type()418 data->fp_type = type; in phar_set_fp_type()425 return entry->fp_type; in phar_get_fp_type()427 return PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()435 if (PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset()
209 entry.fp_type = PHAR_TMP; in phar_mount_entry()444 if (entry->fp_type == PHAR_MOD) { in phar_get_entry_data()551 etemp.fp_type = PHAR_MOD; in phar_get_or_create_entry_data()654 dest->fp_type = PHAR_MOD; in phar_copy_entry_fp()671 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()704 if (entry->fp_type == PHAR_TMP) { in phar_open_entry_fp()711 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()802 if (entry->fp_type == PHAR_MOD) { in phar_create_writeable_entry()814 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()847 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()[all …]
483 entry.fp_type = PHAR_FP; in phar_parse_tarfile()844 switch (entry->fp_type) { in phar_tar_writeheaders_int()857 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders_int()864 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()889 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()893 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()985 entry.fp_type = PHAR_MOD; in phar_tar_flush()
314 entry.fp_type = PHAR_FP; in phar_parse_zipfile()914 … if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_zip_changed_apply_int()917 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()1101 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply_int()1110 switch (entry->fp_type) { in phar_zip_changed_apply_int()1129 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()1188 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()1244 entry.fp_type = PHAR_MOD; in phar_zip_flush()
311 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()1127 entry.fp_type = PHAR_FP; in phar_parse_pharfile()2745 switch (entry->fp_type) { in phar_flush()2778 if (entry->fp_type == PHAR_UFP) { in phar_flush()2780 entry->fp_type = PHAR_FP; in phar_flush()3106 if (entry->fp_type == PHAR_MOD) { in phar_flush()3113 entry->fp_type = PHAR_FP; in phar_flush()3114 } else if (entry->fp_type == PHAR_UFP) { in phar_flush()3115 entry->fp_type = PHAR_FP; in phar_flush()
1645 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()1650 data->internal_file->fp_type = PHAR_UFP; in phar_build()1946 if (entry->fp_type == PHAR_MOD) { in phar_copy_file_contents()1953 entry->fp_type = PHAR_FP; in phar_copy_file_contents()3466 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()
Completed in 40 milliseconds