Home
last modified time | relevance | path

Searched refs:oldfile (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/phar/
H A Dtar.c1094 oldfile = phar->fp; in phar_tar_flush()
1096 php_stream_rewind(oldfile); in phar_tar_flush()
1108 php_stream_close(oldfile); in phar_tar_flush()
1113 pass.old = oldfile; in phar_tar_flush()
1124 php_stream_close(oldfile); in phar_tar_flush()
1140 php_stream_close(oldfile); in phar_tar_flush()
1159 php_stream_close(oldfile); in phar_tar_flush()
1179 php_stream_close(oldfile); in phar_tar_flush()
1212 php_stream_close(oldfile); in phar_tar_flush()
1225 php_stream_close(oldfile); in phar_tar_flush()
[all …]
H A Dphar.c2619 oldfile = phar->fp;
2621 php_stream_rewind(oldfile);
2632 php_stream_close(oldfile);
2675 php_stream_close(oldfile);
2692 php_stream_close(oldfile);
2720 php_stream_close(oldfile);
2835 php_stream_close(oldfile);
2858 php_stream_close(oldfile);
2955 php_stream_close(oldfile);
2976 php_stream_close(oldfile);
[all …]
H A Dzip.c1173 php_stream *stubfile, *oldfile; in phar_zip_flush() local
1362 oldfile = phar->fp; in phar_zip_flush()
1364 php_stream_rewind(oldfile); in phar_zip_flush()
1366 oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL); in phar_zip_flush()
1367 closeoldfile = oldfile != NULL; in phar_zip_flush()
1371 pass.old = oldfile; in phar_zip_flush()
1377 php_stream_close(oldfile); in phar_zip_flush()
1426 php_stream_close(oldfile); in phar_zip_flush()
1505 php_stream_close(oldfile); in phar_zip_flush()
1520 php_stream_close(oldfile); in phar_zip_flush()
H A Dphar_object.c3505 char *oldfile, *newfile, *error; local
3512 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &oldfile, &oldfile_len, &newfile, &newf…
3518 "Cannot copy \"%s\" to \"%s\", phar is read-only", oldfile, newfile);
3522 if (oldfile_len >= sizeof(".phar")-1 && !memcmp(oldfile, ".phar", sizeof(".phar")-1)) {
3525 …"file \"%s\" cannot be copied to file \"%s\", cannot copy Phar meta-file in %s", oldfile, newfile,…
3532 …"file \"%s\" cannot be copied to file \"%s\", cannot copy to Phar meta-file in %s", oldfile, newfi…
3536 …bj->arc.archive->manifest, oldfile, (uint) oldfile_len) || SUCCESS != zend_hash_find(&phar_obj->ar…
3538 …"file \"%s\" cannot be copied to file \"%s\", file does not exist in %s", oldfile, newfile, phar_o…
3545 …"file \"%s\" cannot be copied to file \"%s\", file must not already exist in phar %s", oldfile, ne…
3562 zend_hash_find(&phar_obj->arc.archive->manifest, oldfile, (uint) oldfile_len, (void**)&oldentry);
[all …]

Completed in 44 milliseconds