Home
last modified time | relevance | path

Searched refs:fp_type (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/phar/
H A Dphar_internal.h230 enum phar_fp_type fp_type; member
315 enum phar_fp_type fp_type; member
403 entry->fp_type = type; in phar_set_fp_type()
408 data->fp_type = type; in phar_set_fp_type()
415 return entry->fp_type; in phar_get_fp_type()
417 return PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()
425 if (PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset()
H A Dutil.c209 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 …]
H A Dtar.c486 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
842 switch (entry->fp_type) { in phar_tar_writeheaders_int()
855 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders_int()
862 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()
890 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()
894 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()
986 entry.fp_type = PHAR_MOD; in phar_tar_flush()
H A Dzip.c320 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
897 … if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_zip_changed_apply_int()
900 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1094 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply_int()
1103 switch (entry->fp_type) { in phar_zip_changed_apply_int()
1122 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1185 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()
1244 entry.fp_type = PHAR_MOD; in phar_zip_flush()
H A Dphar.c334 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()
1060 entry.fp_type = PHAR_FP; in phar_parse_pharfile()
2705 switch (entry->fp_type) { in phar_flush()
2743 if (entry->fp_type == PHAR_UFP) { in phar_flush()
2745 entry->fp_type = PHAR_FP; in phar_flush()
3072 if (entry->fp_type == PHAR_MOD) { in phar_flush()
3079 entry->fp_type = PHAR_FP; in phar_flush()
3080 } else if (entry->fp_type == PHAR_UFP) { in phar_flush()
3081 entry->fp_type = PHAR_FP; in phar_flush()
H A Dphar_object.c1678 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()
1683 data->internal_file->fp_type = PHAR_UFP; in phar_build()
1996 if (entry->fp_type == PHAR_MOD) { in phar_copy_file_contents()
2003 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3523 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()

Completed in 80 milliseconds