Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dphar_internal.h268 enum phar_fp_type fp_type; member
353 enum phar_fp_type fp_type; member
441 entry->fp_type = type; in phar_set_fp_type()
446 data->fp_type = type; in phar_set_fp_type()
453 return entry->fp_type; in phar_get_fp_type()
455 return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()
463 …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.c220 entry.fp_type = PHAR_TMP; in phar_mount_entry()
456 if (entry->fp_type == PHAR_MOD) { in phar_get_entry_data()
563 etemp.fp_type = PHAR_MOD; in phar_get_or_create_entry_data()
666 dest->fp_type = PHAR_MOD; in phar_copy_entry_fp()
683 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()
716 if (entry->fp_type == PHAR_TMP) { in phar_open_entry_fp()
723 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
814 if (entry->fp_type == PHAR_MOD) { in phar_create_writeable_entry()
826 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()
859 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()
[all …]
H A Dtar.c467 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
819 switch (entry->fp_type) { in phar_tar_writeheaders()
832 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders()
839 entry->fp_type = PHAR_FP; in phar_tar_writeheaders()
862 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()
866 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()
960 entry.fp_type = PHAR_MOD; in phar_tar_flush()
H A Dzip.c300 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
837 … if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_zip_changed_apply()
840 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
1035 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply()
1044 switch (entry->fp_type) { in phar_zip_changed_apply()
1063 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
1120 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()
1180 entry.fp_type = PHAR_MOD; in phar_zip_flush()
H A Dphar.c340 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()
1054 entry.fp_type = PHAR_FP;
2776 switch (entry->fp_type) {
2816 if (entry->fp_type == PHAR_UFP) {
2818 entry->fp_type = PHAR_FP;
3153 if (entry->fp_type == PHAR_MOD) {
3160 entry->fp_type = PHAR_FP;
3161 } else if (entry->fp_type == PHAR_UFP) {
3162 entry->fp_type = PHAR_FP;
H A Dphar_object.c1703 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()
1708 data->internal_file->fp_type = PHAR_UFP; in phar_build()
2007 if (entry->fp_type == PHAR_MOD) { in phar_copy_file_contents()
2014 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3515 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()
5084 entry_obj->ent.entry->fp_type = PHAR_FP; in PHP_METHOD()

Completed in 51 milliseconds