Home
last modified time | relevance | path

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

/PHP-5.5/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.h288 unsigned int is_crc_checked:1; member
H A Dtar.c250 entry.is_crc_checked = 1; in phar_parse_tarfile()
956 entry.is_crc_checked = 1; in phar_tar_flush()
H A Ddirstream.c536 entry.is_crc_checked = 1; in phar_wrapper_mkdir()
H A Dutil.c219 entry.is_crc_checked = 1; in phar_mount_entry()
590 etemp.is_crc_checked = 1; in phar_get_or_create_entry_data()
H A Dphar.c1171 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0);
2483 entry->is_crc_checked = 1;
2850 entry->is_crc_checked = 1;
H A Dphar_object.c4593 if (entry_obj->ent.entry->is_crc_checked) { in PHP_METHOD()
4613 RETURN_BOOL(entry_obj->ent.entry->is_crc_checked); in PHP_METHOD()

Completed in 52 milliseconds