Home
last modified time | relevance | path

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

/PHP-8.0/ext/phar/
H A Dphar_internal.h240 enum phar_fp_type fp_type; member
323 enum phar_fp_type fp_type; member
411 entry->fp_type = type; in phar_set_fp_type()
416 data->fp_type = type; in phar_set_fp_type()
423 return entry->fp_type; in phar_get_fp_type()
425 return PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()
433 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.c483 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
839 switch (entry->fp_type) { in phar_tar_writeheaders_int()
852 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders_int()
859 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()
884 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()
888 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()
980 entry.fp_type = PHAR_MOD; in phar_tar_flush()
H A Dzip.c313 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
891 … if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_zip_changed_apply_int()
894 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1080 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply_int()
1089 switch (entry->fp_type) { in phar_zip_changed_apply_int()
1108 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1167 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()
1224 entry.fp_type = PHAR_MOD; in phar_zip_flush()
H A Dphar.c322 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()
1133 entry.fp_type = PHAR_FP; in phar_parse_pharfile()
2758 switch (entry->fp_type) { in phar_flush()
2791 if (entry->fp_type == PHAR_UFP) { in phar_flush()
2793 entry->fp_type = PHAR_FP; in phar_flush()
3122 if (entry->fp_type == PHAR_MOD) { in phar_flush()
3129 entry->fp_type = PHAR_FP; in phar_flush()
3130 } else if (entry->fp_type == PHAR_UFP) { in phar_flush()
3131 entry->fp_type = PHAR_FP; in phar_flush()
H A Dphar_object.c1649 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()
1654 data->internal_file->fp_type = PHAR_UFP; in phar_build()
1964 if (entry->fp_type == PHAR_MOD) { in phar_copy_file_contents()
1971 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3473 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()

Completed in 43 milliseconds