Home
last modified time | relevance | path

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

/PHP-5.6/ext/phar/
H A Dphar_internal.h227 PHAR_FP, enumerator
447 …(PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset()
H A Dzip.c300 entry.fp_type = PHAR_FP; in phar_parse_zipfile()
840 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
1045 case PHAR_FP: in phar_zip_changed_apply()
1063 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
H A Dtar.c467 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
822 case PHAR_FP: in phar_tar_writeheaders()
841 entry->fp_type = PHAR_FP; in phar_tar_writeheaders()
H A Dphar.c1065 entry.fp_type = PHAR_FP;
2767 case PHAR_FP:
2808 entry->fp_type = PHAR_FP;
3150 entry->fp_type = PHAR_FP;
3152 entry->fp_type = PHAR_FP;
H A Dutil.c100 if (phar_get_fp_type(entry TSRMLS_CC) == PHAR_FP) { in phar_get_efp()
683 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()
723 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
H A Dphar_object.c2014 entry->fp_type = PHAR_FP; in phar_copy_file_contents()
3515 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()
5095 entry_obj->ent.entry->fp_type = PHAR_FP; in PHP_METHOD()

Completed in 40 milliseconds