Searched refs:is_brandnew (Results 1 – 5 of 5) sorted by relevance
146 if (phar->is_brandnew) { in phar_open_or_create_tar()1146 if (phar->fp && !phar->is_brandnew) { in phar_tar_flush()1314 phar->is_brandnew = 0; in phar_tar_flush()
815 if (phar->is_brandnew) { in phar_open_or_create_zip()1407 if (phar->fp && !phar->is_brandnew) { in phar_zip_flush()1532 phar->is_brandnew = 0; in phar_zip_flush()
311 uint32_t is_brandnew:1; member
526 if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) { in phar_open_parsed_phar()1478 mydata->is_brandnew = 1; in phar_create_or_parse_filename()2593 if (phar->fp && !phar->is_brandnew) { in phar_flush()2684 if (!user_stub && phar->halt_offset && oldfile && !phar->is_brandnew) { in phar_flush()3192 phar->is_brandnew = 0; in phar_flush()
1170 if (is_data && phar_data->is_tar && phar_data->is_brandnew && format == PHAR_FORMAT_ZIP) { in PHP_METHOD()2578 if (phar_obj->archive->is_brandnew) { in PHP_METHOD()3876 …if (phar_obj->archive->fp && !phar_obj->archive->is_brandnew && !(stub->flags & PHAR_ENT_COMPRESSI… in PHP_METHOD()3914 if (phar_obj->archive->fp && !phar_obj->archive->is_brandnew) { in PHP_METHOD()
Completed in 38 milliseconds