Home
last modified time | relevance | path

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

/PHP-8.3/ext/phar/
H A Dphar_internal.h207 PHAR_FP, enumerator
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 Dzip.c314 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
916 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1110 case PHAR_FP: in phar_zip_changed_apply_int()
1128 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
H A Dtar.c477 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
834 case PHAR_FP: in phar_tar_writeheaders_int()
853 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()
H A Dutil.c96 if (phar_get_fp_type(entry) == PHAR_FP) { in phar_get_efp()
681 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()
721 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
H A Dphar.c1127 entry.fp_type = PHAR_FP; in phar_parse_pharfile()
2740 case PHAR_FP: in phar_flush()
2774 entry->fp_type = PHAR_FP; in phar_flush()
3107 entry->fp_type = PHAR_FP; in phar_flush()
3109 entry->fp_type = PHAR_FP; in phar_flush()
H A Dphar_object.c1965 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3480 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()
4245 …if ((phar_get_fp_type(entry) == PHAR_FP && (entry->flags & PHAR_ENT_COMPRESSION_MASK)) || !phar_ge… in phar_extract_file()

Completed in 41 milliseconds