Home
last modified time | relevance | path

Searched refs:is_crc_checked (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/phar/
H A Dstream.c266 entry->is_crc_checked = 1; in phar_wrapper_open_url()
310 …if (!idata->internal_file->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->cr… in phar_wrapper_open_url()
H A Dphar_internal.h261 uint32_t is_crc_checked:1; member
H A Ddirstream.c501 entry.is_crc_checked = 1; in phar_wrapper_mkdir()
H A Dtar.c255 entry.is_crc_checked = 1; in phar_parse_tarfile()
977 entry.is_crc_checked = 1; in phar_tar_flush()
H A Dutil.c208 entry.is_crc_checked = 1; in phar_mount_entry()
578 etemp.is_crc_checked = 1; in phar_get_or_create_entry_data()
H A Dphar.c1219 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0); in phar_parse_pharfile()
2459 entry->is_crc_checked = 1; in phar_postprocess_file()
2811 entry->is_crc_checked = 1; in phar_flush()
H A Dphar_object.c4552 if (entry_obj->entry->is_crc_checked) { in PHP_METHOD()
4570 RETURN_BOOL(entry_obj->entry->is_crc_checked); in PHP_METHOD()

Completed in 43 milliseconds