Home
last modified time | relevance | path

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

/PHP-5.3/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 Dtar.c239 entry.is_crc_checked = 1; in phar_parse_tarfile()
933 entry.is_crc_checked = 1; in phar_tar_flush()
H A Ddirstream.c539 entry.is_crc_checked = 1; in phar_wrapper_mkdir()
H A Dphar_internal.h286 unsigned int is_crc_checked:1; member
H A Dphar.c1175 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0);
2483 entry->is_crc_checked = 1;
2849 entry->is_crc_checked = 1;
H A Dutil.c224 entry.is_crc_checked = 1; in phar_mount_entry()
808 etemp.is_crc_checked = 1; in phar_get_or_create_entry_data()
H A Dphar_object.c4633 if (entry_obj->ent.entry->is_crc_checked) {
4653 RETURN_BOOL(entry_obj->ent.entry->is_crc_checked);

Completed in 58 milliseconds