phar_postprocess_file 547 ext/phar/phar_internal.h int phar_postprocess_file(phar_entry_data *idata, php_uint32 crc32, char **error, int process_zip); phar_postprocess_file 311 ext/phar/stream.c if (!idata->internal_file->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->crc32, &error, 2) != SUCCESS) { phar_postprocess_file 739 ext/phar/util.c if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { phar_postprocess_file 757 ext/phar/util.c if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { phar_postprocess_file 804 ext/phar/util.c if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 0)) {