Searched refs:fp_type (Results 1 – 6 of 6) sorted by relevance
237 enum phar_fp_type fp_type; member322 enum phar_fp_type fp_type; member410 entry->fp_type = type; in phar_set_fp_type()415 data->fp_type = type; in phar_set_fp_type()422 return entry->fp_type; in phar_get_fp_type()424 return PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type; in phar_get_fp_type()432 if (PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset()
213 entry.fp_type = PHAR_TMP; in phar_mount_entry()448 if (entry->fp_type == PHAR_MOD) { in phar_get_entry_data()555 etemp.fp_type = PHAR_MOD; in phar_get_or_create_entry_data()658 dest->fp_type = PHAR_MOD; in phar_copy_entry_fp()675 dest->fp_type = PHAR_FP; in phar_copy_entry_fp()708 if (entry->fp_type == PHAR_TMP) { in phar_open_entry_fp()715 if (entry->fp_type != PHAR_FP) { in phar_open_entry_fp()806 if (entry->fp_type == PHAR_MOD) { in phar_create_writeable_entry()818 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()851 entry->fp_type = PHAR_MOD; in phar_create_writeable_entry()[all …]
467 entry.fp_type = PHAR_FP; in phar_parse_tarfile()823 switch (entry->fp_type) { in phar_tar_writeheaders_int()836 if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_tar_writeheaders_int()843 entry->fp_type = PHAR_FP; in phar_tar_writeheaders_int()871 if (entry->fp && entry->fp_type == PHAR_MOD) { in phar_tar_setmetadata()875 entry->fp_type = PHAR_MOD; in phar_tar_setmetadata()966 entry.fp_type = PHAR_MOD; in phar_tar_flush()
292 entry.fp_type = PHAR_FP; in phar_parse_zipfile()856 … if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) { in phar_zip_changed_apply_int()859 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()1053 …if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp &&… in phar_zip_changed_apply_int()1062 switch (entry->fp_type) { in phar_zip_changed_apply_int()1081 entry->fp_type = PHAR_FP; in phar_zip_changed_apply_int()1144 entry.fp_type = PHAR_MOD; in phar_zip_applysignature()1203 entry.fp_type = PHAR_MOD; in phar_zip_flush()
340 if (entry->fp_type != PHAR_TMP) { in phar_tmpclose_apply()1069 entry.fp_type = PHAR_FP;2701 switch (entry->fp_type) {2739 if (entry->fp_type == PHAR_UFP) {2741 entry->fp_type = PHAR_FP;3077 if (entry->fp_type == PHAR_MOD) {3084 entry->fp_type = PHAR_FP;3085 } else if (entry->fp_type == PHAR_UFP) {3086 entry->fp_type = PHAR_FP;
1711 if (data->internal_file->fp_type == PHAR_MOD) { in phar_build()1716 data->internal_file->fp_type = PHAR_UFP; in phar_build()2029 if (entry->fp_type == PHAR_MOD) { in phar_copy_file_contents()2036 entry->fp_type = PHAR_FP; in phar_copy_file_contents()3577 if (oldentry->fp_type != PHAR_FP) { in PHP_METHOD()5167 entry_obj->entry->fp_type = PHAR_FP; in PHP_METHOD()
Completed in 44 milliseconds