Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dphar_internal.h300 unsigned int is_zip:1; member
343 unsigned int is_zip:1; member
491 unsigned int is_zip:1; member
H A Dutil.c445 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
493 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
593 etemp.is_zip = phar->is_zip; in phar_get_or_create_entry_data()
622 ret->is_zip = entry->is_zip; in phar_get_or_create_entry_data()
H A Dphar_object.c1213 phar_data->is_zip = 1; in PHP_METHOD()
1965 RETURN_BOOL(phar_obj->arc.archive->is_zip); in PHP_METHOD()
2037 if (phar->is_zip) { in phar_rename_archive()
2124 (*pphar)->is_zip = phar->is_zip; in phar_rename_archive()
2239 phar->is_zip = 1; in phar_convert_to_other()
2324 newentry.is_zip = phar->is_zip; in phar_convert_to_other()
2388 } else if (phar_obj->arc.archive->is_zip) { in PHP_METHOD()
2485 } else if (phar_obj->arc.archive->is_zip) { in PHP_METHOD()
3220 if (phar_obj->arc.archive->is_zip) { in PHP_METHOD()
3287 if (phar_obj->arc.archive->is_zip) { in PHP_METHOD()
[all …]
H A Ddirstream.c520 if (phar->is_zip) { in phar_wrapper_mkdir()
521 entry.is_zip = 1; in phar_wrapper_mkdir()
H A Dzip.c274 mydata->is_zip = 1; in phar_parse_zipfile()
299 entry.is_zip = 1; in phar_parse_zipfile()
737 if (phar->is_zip) { in phar_open_or_create_zip()
743 phar->is_zip = 1; in phar_open_or_create_zip()
1178 entry.is_zip = 1; in phar_zip_flush()
H A Dphar.c564 if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
1275 if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) {
1282 if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) {
2419 if (entry->is_zip && process_zip > 0) {
2607 if (phar->is_zip) {
3355 if (phar->is_zip || phar->is_tar) {
H A Dstream.c247 if (phar->is_tar || phar->is_zip) { in phar_wrapper_open_url()
323 …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 55 milliseconds