Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dstream.c267 entry->is_crc_checked = 1; in phar_wrapper_open_url()
311 …if (!idata->internal_file->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->cr… in phar_wrapper_open_url()
H A Dphar_internal.h268 unsigned int is_crc_checked:1; member
H A Ddirstream.c516 entry.is_crc_checked = 1; in phar_wrapper_mkdir()
H A Dtar.c250 entry.is_crc_checked = 1; in phar_parse_tarfile()
957 entry.is_crc_checked = 1; in phar_tar_flush()
H A Dutil.c219 entry.is_crc_checked = 1; in phar_mount_entry()
589 etemp.is_crc_checked = 1; in phar_get_or_create_entry_data()
H A Dphar.c1186 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0);
2428 entry->is_crc_checked = 1;
2789 entry->is_crc_checked = 1;
H A Dphar_object.c4647 if (entry_obj->entry->is_crc_checked) { in PHP_METHOD()
4667 RETURN_BOOL(entry_obj->entry->is_crc_checked); in PHP_METHOD()

Completed in 40 milliseconds