Home
last modified time | relevance | path

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

/PHP-5.6/ext/phar/
H A Dphar_internal.h252 enum phar_fp_type fp_type; member
337 enum phar_fp_type fp_type; member
425 entry->fp_type = type; in phar_set_fp_type()
430 data->fp_type = type; in phar_set_fp_type()
437 return entry->fp_type; in phar_get_fp_type()
439 return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()
447 …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()
821 switch (entry->fp_type) { in phar_tar_writeheaders()
834 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders()
841 entry->fp_type = PHAR_FP; in phar_tar_writeheaders()
864 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()
868 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()
962 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()
1179 entry.fp_type = PHAR_MOD; in phar_zip_flush()
H A Dphar.c340 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()
1065 entry.fp_type = PHAR_FP;
2766 switch (entry->fp_type) {
2806 if (entry->fp_type == PHAR_UFP) {
2808 entry->fp_type = PHAR_FP;
3143 if (entry->fp_type == PHAR_MOD) {
3150 entry->fp_type = PHAR_FP;
3151 } else if (entry->fp_type == PHAR_UFP) {
3152 entry->fp_type = PHAR_FP;
H A Dphar_object.c1701 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()
1706 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()
5095 entry_obj->ent.entry->fp_type = PHAR_FP; in PHP_METHOD()

Completed in 38 milliseconds