Searched refs:is_zip (Results 1 – 8 of 8) sorted by relevance
273 uint32_t is_zip:1; member315 uint32_t is_zip:1; member463 uint32_t is_zip:1; member
433 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()481 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()581 etemp.is_zip = phar->is_zip; in phar_get_or_create_entry_data()610 ret->is_zip = entry->is_zip; in phar_get_or_create_entry_data()
1171 phar_data->is_zip = 1; in PHP_METHOD()1904 RETURN_BOOL(phar_obj->archive->is_zip); in PHP_METHOD()1995 if (phar->is_zip) { in phar_rename_archive()2112 pphar->is_zip = phar->is_zip; in phar_rename_archive()2229 phar->is_zip = 1; in phar_convert_to_other()2282 newentry.is_zip = phar->is_zip; in phar_convert_to_other()2353 } else if (phar_obj->archive->is_zip) { in PHP_METHOD()2458 } else if (phar_obj->archive->is_zip) { in PHP_METHOD()3182 if (phar_obj->archive->is_zip) { in PHP_METHOD()3248 if (phar_obj->archive->is_zip) { in PHP_METHOD()[all …]
485 if (phar->is_zip) { in phar_wrapper_mkdir()486 entry.is_zip = 1; in phar_wrapper_mkdir()
288 mydata->is_zip = 1; in phar_parse_zipfile()313 entry.is_zip = 1; in phar_parse_zipfile()811 if (phar->is_zip) { in phar_open_or_create_zip()817 phar->is_zip = 1; in phar_open_or_create_zip()1242 entry.is_zip = 1; in phar_zip_flush()
526 if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) { in phar_open_parsed_phar()1344 if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) { in phar_open_or_create_filename()1351 if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) { in phar_open_or_create_filename()2400 if (entry->is_zip && process_zip > 0) { in phar_postprocess_file()2581 if (phar->is_zip) { in phar_flush()3313 if (phar->is_zip || phar->is_tar) { in phar_compile_file()
246 if (phar->is_tar || phar->is_zip) { in phar_wrapper_open_url()333 …if ((idata->phar->is_tar || idata->phar->is_zip) && idata->internal_file->filename_len == sizeof("… in phar_wrapper_open_url()
148 phar->is_zip = 0; in phar_open_or_create_tar()
Completed in 49 milliseconds