Searched refs:PHAR_FP (Results 1 – 6 of 6) sorted by relevance
207 PHAR_FP, enumerator435 if (PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset()
314 entry.fp_type = PHAR_FP; in phar_parse_zipfile()917 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()1111 case PHAR_FP: in phar_zip_changed_apply_int()1129 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()
483 entry.fp_type = PHAR_FP; in phar_parse_tarfile()845 case PHAR_FP: in phar_tar_writeheaders_int()864 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()
96 if (phar_get_fp_type(entry) == PHAR_FP) { in phar_get_efp()671 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()711 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
1127 entry.fp_type = PHAR_FP; in phar_parse_pharfile()2746 case PHAR_FP: in phar_flush()2780 entry->fp_type = PHAR_FP; in phar_flush()3113 entry->fp_type = PHAR_FP; in phar_flush()3115 entry->fp_type = PHAR_FP; in phar_flush()
1953 entry->fp_type = PHAR_FP; in phar_copy_file_contents()3466 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()4231 …if ((phar_get_fp_type(entry) == PHAR_FP && (entry->flags & PHAR_ENT_COMPRESSION_MASK)) || !phar_ge… in phar_extract_file()
Completed in 44 milliseconds