Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dphar_internal.h298 unsigned int is_zip:1; member
341 unsigned int is_zip:1; member
489 unsigned int is_zip:1; member
H A Dutil.c667 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
715 (*ret)->is_zip = entry->is_zip; in phar_get_entry_data()
810 etemp.is_zip = phar->is_zip; in phar_get_or_create_entry_data()
839 ret->is_zip = entry->is_zip; in phar_get_or_create_entry_data()
H A Dphar_object.c1230 phar_data->is_zip = 1;
2037 RETURN_BOOL(phar_obj->arc.archive->is_zip);
2109 if (phar->is_zip) {
2196 (*pphar)->is_zip = phar->is_zip;
2310 phar->is_zip = 1;
2403 newentry.is_zip = phar->is_zip;
2467 } else if (phar_obj->arc.archive->is_zip) {
2564 } else if (phar_obj->arc.archive->is_zip) {
3299 if (phar_obj->arc.archive->is_zip) {
3366 if (phar_obj->arc.archive->is_zip) {
[all …]
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 Ddirstream.c519 if (phar->is_zip) { in phar_wrapper_mkdir()
520 entry.is_zip = 1; in phar_wrapper_mkdir()
H A Dphar.c566 if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
1276 if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) {
1283 if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) {
2416 if (entry->is_zip && process_zip > 0) {
2604 if (phar->is_zip) {
3365 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 46 milliseconds