Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c346 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
947 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
1141 case PHAR_FP: in phar_zip_changed_apply_int()
1159 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
H A Dtar.c479 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
836 case PHAR_FP: in phar_tar_writeheaders_int()
855 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()
H A Dutil.c107 if (phar_get_fp_type(entry) == PHAR_FP) { in phar_get_efp()
132 if (PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset()
805 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()
869 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
H A Dphar_internal.h174 PHAR_FP, enumerator
H A Dphar.c1129 entry.fp_type = PHAR_FP; in phar_parse_pharfile()
2703 case PHAR_FP: in phar_flush_ex()
2737 entry->fp_type = PHAR_FP; in phar_flush_ex()
3070 entry->fp_type = PHAR_FP; in phar_flush_ex()
3072 entry->fp_type = PHAR_FP; in phar_flush_ex()
H A Dphar_object.c1973 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3493 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()
4267 …if ((phar_get_fp_type(entry) == PHAR_FP && (entry->flags & PHAR_ENT_COMPRESSION_MASK)) || !phar_ge… in phar_extract_file()

Completed in 45 milliseconds