Home
last modified time | relevance | path

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

/PHP-8.1/ext/phar/
H A Dphar_internal.h242 enum phar_fp_type fp_type; member
325 enum phar_fp_type fp_type; member
413 entry->fp_type = type; in phar_set_fp_type()
418 data->fp_type = type; in phar_set_fp_type()
425 return entry->fp_type; in phar_get_fp_type()
427 return PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()
435 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.c484 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
840 switch (entry->fp_type) { in phar_tar_writeheaders_int()
853 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders_int()
860 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()
885 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()
889 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()
981 entry.fp_type = PHAR_MOD; in phar_tar_flush()
H A Dzip.c314 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()
1078 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply_int()
1087 switch (entry->fp_type) { in phar_zip_changed_apply_int()
1106 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1165 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()
1222 entry.fp_type = PHAR_MOD; in phar_zip_flush()
H A Dphar.c311 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()
1124 entry.fp_type = PHAR_FP; in phar_parse_pharfile()
2747 switch (entry->fp_type) { in phar_flush()
2780 if (entry->fp_type == PHAR_UFP) { in phar_flush()
2782 entry->fp_type = PHAR_FP; in phar_flush()
3108 if (entry->fp_type == PHAR_MOD) { in phar_flush()
3115 entry->fp_type = PHAR_FP; in phar_flush()
3116 } else if (entry->fp_type == PHAR_UFP) { in phar_flush()
3117 entry->fp_type = PHAR_FP; in phar_flush()
H A Dphar_object.c1642 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()
1647 data->internal_file->fp_type = PHAR_UFP; in phar_build()
1943 if (entry->fp_type == PHAR_MOD) { in phar_copy_file_contents()
1950 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3460 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()

Completed in 48 milliseconds