Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dphar_internal.h241 PHAR_FP, enumerator
461 …(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()
848 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
1053 case PHAR_FP: in phar_zip_changed_apply()
1071 entry->fp_type = PHAR_FP; in phar_zip_changed_apply()
H A Dtar.c450 entry.fp_type = PHAR_FP; in phar_parse_tarfile()
800 case PHAR_FP: in phar_tar_writeheaders()
819 entry->fp_type = PHAR_FP; in phar_tar_writeheaders()
H A Dphar.c1060 entry.fp_type = PHAR_FP;
2776 case PHAR_FP:
2817 entry->fp_type = PHAR_FP;
3137 entry->fp_type = PHAR_FP;
3139 entry->fp_type = PHAR_FP;
H A Dutil.c104 if (phar_get_fp_type(entry TSRMLS_CC) == PHAR_FP) { in phar_get_efp()
906 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()
946 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()
H A Dphar_object.c2083 entry->fp_type = PHAR_FP;
3588 if (oldentry->fp_type != PHAR_FP) {
5123 entry_obj->ent.entry->fp_type = PHAR_FP;

Completed in 43 milliseconds