Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dphar_internal.h298 unsigned int is_zip:1; member
341 unsigned int is_zip:1; member
489 int is_zip:1; member
H A Dphar_object.c1227 phar_data->is_zip = 1;
2034 RETURN_BOOL(phar_obj->arc.archive->is_zip);
2104 if (phar->is_zip) {
2191 (*pphar)->is_zip = phar->is_zip;
2304 phar->is_zip = 1;
2397 newentry.is_zip = phar->is_zip;
2457 } else if (phar_obj->arc.archive->is_zip) {
2554 } else if (phar_obj->arc.archive->is_zip) {
3289 if (phar_obj->arc.archive->is_zip) {
3356 if (phar_obj->arc.archive->is_zip) {
[all …]
H A Dutil.c668 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
716 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
811 etemp.is_zip = phar->is_zip; in phar_get_or_create_entry_data()
840 ret->is_zip = entry->is_zip; in phar_get_or_create_entry_data()
H A Ddirstream.c523 if (phar->is_zip) { in phar_wrapper_mkdir()
524 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()
745 if (phar->is_zip) { in phar_open_or_create_zip()
751 phar->is_zip = 1; in phar_open_or_create_zip()
1186 entry.is_zip = 1; in phar_zip_flush()
H A Dphar.c566 if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
1279 if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) {
1286 if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) {
2419 if (entry->is_zip && process_zip > 0) {
2606 if (phar->is_zip) {
3345 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.c145 phar->is_zip = 0; in phar_open_or_create_tar()

Completed in 51 milliseconds