Searched refs:phar_postprocess_file (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/phar/ |
H A D | phar_internal.h | 530 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip);
|
H A D | util.c | 730 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { in phar_open_entry_fp() 748 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { in phar_open_entry_fp() 795 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 0)) { in phar_open_entry_fp()
|
H A D | stream.c | 313 …if (!idata->internal_file->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->cr… in phar_wrapper_open_url()
|
H A D | phar.c | 2351 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip) /*… function
|
Completed in 23 milliseconds