Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dphar_internal.h266 enum phar_fp_type fp_type; member
351 enum phar_fp_type fp_type; member
439 entry->fp_type = type; in phar_set_fp_type()
444 data->fp_type = type; in phar_set_fp_type()
451 return entry->fp_type; in phar_get_fp_type()
453 return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()
461 …if (PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_F… in phar_get_fp_offset()
H A Dutil.c225 entry.fp_type = PHAR_TMP; in phar_mount_entry()
679 if (entry->fp_type == PHAR_MOD) { in phar_get_entry_data()
781 etemp.fp_type = PHAR_MOD; in phar_get_or_create_entry_data()
889 dest->fp_type = PHAR_MOD; in phar_copy_entry_fp()
906 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()
939 if (entry->fp_type == PHAR_TMP) { in phar_open_entry_fp()
946 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
1048 if (entry->fp_type == PHAR_MOD) { in phar_create_writeable_entry()
1084 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()
1117 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()
[all …]
H A Dtar.c450 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
799 switch (entry->fp_type) { in phar_tar_writeheaders()
812 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders()
819 entry->fp_type = PHAR_FP; in phar_tar_writeheaders()
842 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()
846 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()
937 entry.fp_type = PHAR_MOD; in phar_tar_flush()
H A Dzip.c300 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
845 … if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_zip_changed_apply()
848 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
1043 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply()
1052 switch (entry->fp_type) { in phar_zip_changed_apply()
1071 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
1128 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()
1188 entry.fp_type = PHAR_MOD; in phar_zip_flush()
H A Dphar.c342 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()
1060 entry.fp_type = PHAR_FP;
2775 switch (entry->fp_type) {
2815 if (entry->fp_type == PHAR_UFP) {
2817 entry->fp_type = PHAR_FP;
3130 if (entry->fp_type == PHAR_MOD) {
3137 entry->fp_type = PHAR_FP;
3138 } else if (entry->fp_type == PHAR_UFP) {
3139 entry->fp_type = PHAR_FP;
H A Dphar_object.c1768 if (data->internal_file->fp_type == PHAR_MOD) {
1773 data->internal_file->fp_type = PHAR_UFP;
2076 if (entry->fp_type == PHAR_MOD) {
2083 entry->fp_type = PHAR_FP;
3588 if (oldentry->fp_type != PHAR_FP) {
5123 entry_obj->ent.entry->fp_type = PHAR_FP;

Completed in 40 milliseconds