Home
last modified time | relevance | path

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

/PHP-7.3/ext/phar/
H A Dphar_internal.h235 enum phar_fp_type fp_type; member
320 enum phar_fp_type fp_type; member
408 entry->fp_type = type; in phar_set_fp_type()
413 data->fp_type = type; in phar_set_fp_type()
420 return entry->fp_type; in phar_get_fp_type()
422 return PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()
430 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.c211 entry.fp_type = PHAR_TMP; in phar_mount_entry()
446 if (entry->fp_type == PHAR_MOD) { in phar_get_entry_data()
553 etemp.fp_type = PHAR_MOD; in phar_get_or_create_entry_data()
656 dest->fp_type = PHAR_MOD; in phar_copy_entry_fp()
673 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()
706 if (entry->fp_type == PHAR_TMP) { in phar_open_entry_fp()
713 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
804 if (entry->fp_type == PHAR_MOD) { in phar_create_writeable_entry()
816 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()
849 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()
[all …]
H A Dtar.c477 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
833 switch (entry->fp_type) { in phar_tar_writeheaders_int()
846 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders_int()
853 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()
881 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()
885 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()
977 entry.fp_type = PHAR_MOD; in phar_tar_flush()
H A Dzip.c292 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
858 … if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_zip_changed_apply_int()
861 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1055 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply_int()
1064 switch (entry->fp_type) { in phar_zip_changed_apply_int()
1083 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1146 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()
1205 entry.fp_type = PHAR_MOD; in phar_zip_flush()
H A Dphar.c338 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()
1069 entry.fp_type = PHAR_FP;
2716 switch (entry->fp_type) {
2754 if (entry->fp_type == PHAR_UFP) {
2756 entry->fp_type = PHAR_FP;
3092 if (entry->fp_type == PHAR_MOD) {
3099 entry->fp_type = PHAR_FP;
3100 } else if (entry->fp_type == PHAR_UFP) {
3101 entry->fp_type = PHAR_FP;
H A Dphar_object.c1665 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()
1670 data->internal_file->fp_type = PHAR_UFP; in phar_build()
1983 if (entry->fp_type == PHAR_MOD) { in phar_copy_file_contents()
1990 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3515 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()

Completed in 74 milliseconds