Searched refs:is_crc_checked (Results 1 – 7 of 7) sorted by relevance
257 unsigned int is_crc_checked:1; member
268 entry->is_crc_checked = 1; in phar_wrapper_open_url()312 …if (!idata->internal_file->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->cr… in phar_wrapper_open_url()
515 entry.is_crc_checked = 1; in phar_wrapper_mkdir()
250 entry.is_crc_checked = 1; in phar_parse_tarfile()962 entry.is_crc_checked = 1; in phar_tar_flush()
212 entry.is_crc_checked = 1; in phar_mount_entry()582 etemp.is_crc_checked = 1; in phar_get_or_create_entry_data()
1186 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0);2411 entry->is_crc_checked = 1;2772 entry->is_crc_checked = 1;
4608 if (entry_obj->entry->is_crc_checked) { in PHP_METHOD()4628 RETURN_BOOL(entry_obj->entry->is_crc_checked); in PHP_METHOD()
Completed in 49 milliseconds