Home
last modified time | relevance | path

Searched refs:is_zip (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/phar/
H A Dphar_internal.h269 unsigned int is_zip:1; member
312 unsigned int is_zip:1; member
460 unsigned int is_zip:1; member
H A Dutil.c437 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
485 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
585 etemp.is_zip = phar->is_zip; in phar_get_or_create_entry_data()
614 ret->is_zip = entry->is_zip; in phar_get_or_create_entry_data()
H A Dphar_object.c1219 phar_data->is_zip = 1; in PHP_METHOD()
1987 RETURN_BOOL(phar_obj->archive->is_zip); in PHP_METHOD()
2078 if (phar->is_zip) { in phar_rename_archive()
2202 pphar->is_zip = phar->is_zip; in phar_rename_archive()
2317 phar->is_zip = 1; in phar_convert_to_other()
2378 newentry.is_zip = phar->is_zip; in phar_convert_to_other()
2443 } else if (phar_obj->archive->is_zip) { in PHP_METHOD()
2541 } else if (phar_obj->archive->is_zip) { in PHP_METHOD()
3285 if (phar_obj->archive->is_zip) { in PHP_METHOD()
3352 if (phar_obj->archive->is_zip) { in PHP_METHOD()
[all …]
H A Ddirstream.c499 if (phar->is_zip) { in phar_wrapper_mkdir()
500 entry.is_zip = 1; in phar_wrapper_mkdir()
H A Dzip.c266 mydata->is_zip = 1; in phar_parse_zipfile()
291 entry.is_zip = 1; in phar_parse_zipfile()
758 if (phar->is_zip) { in phar_open_or_create_zip()
764 phar->is_zip = 1; in phar_open_or_create_zip()
1201 entry.is_zip = 1; in phar_zip_flush()
H A Dphar.c569 if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
1290 if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) {
1297 if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) {
2348 if (entry->is_zip && process_zip > 0) {
2530 if (phar->is_zip) {
3282 if (phar->is_zip || phar->is_tar) {
H A Dstream.c248 if (phar->is_tar || phar->is_zip) { in phar_wrapper_open_url()
324 …if ((idata->phar->is_tar || idata->phar->is_zip) && idata->internal_file->filename_len == sizeof("… in phar_wrapper_open_url()
H A Dtar.c148 phar->is_zip = 0; in phar_open_or_create_tar()

Completed in 58 milliseconds