Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dphar_internal.h280 unsigned int is_zip:1; member
323 unsigned int is_zip:1; member
471 unsigned int is_zip:1; member
H A Dutil.c444 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
492 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
592 etemp.is_zip = phar->is_zip; in phar_get_or_create_entry_data()
621 ret->is_zip = entry->is_zip; in phar_get_or_create_entry_data()
H A Dphar_object.c1228 phar_data->is_zip = 1; in PHP_METHOD()
2003 RETURN_BOOL(phar_obj->archive->is_zip); in PHP_METHOD()
2075 if (phar->is_zip) { in phar_rename_archive()
2171 pphar->is_zip = phar->is_zip; in phar_rename_archive()
2284 phar->is_zip = 1; in phar_convert_to_other()
2345 newentry.is_zip = phar->is_zip; in phar_convert_to_other()
2410 } else if (phar_obj->archive->is_zip) { in PHP_METHOD()
2508 } else if (phar_obj->archive->is_zip) { in PHP_METHOD()
3252 if (phar_obj->archive->is_zip) { in PHP_METHOD()
3319 if (phar_obj->archive->is_zip) { in PHP_METHOD()
[all …]
H A Ddirstream.c500 if (phar->is_zip) { in phar_wrapper_mkdir()
501 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()
759 if (phar->is_zip) { in phar_open_or_create_zip()
765 phar->is_zip = 1; in phar_open_or_create_zip()
1202 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)) {
2364 if (entry->is_zip && process_zip > 0) {
2546 if (phar->is_zip) {
3298 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 47 milliseconds