phar_stream_copy_to_stream 1640 ext/phar/phar.c 				if (SUCCESS != phar_stream_copy_to_stream(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
phar_stream_copy_to_stream 1682 ext/phar/phar.c 				if (SUCCESS != phar_stream_copy_to_stream(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
phar_stream_copy_to_stream 2708 ext/phar/phar.c 			phar_stream_copy_to_stream(oldfile, newfile, phar->halt_offset, &written);
phar_stream_copy_to_stream 2896 ext/phar/phar.c 		if (SUCCESS != phar_stream_copy_to_stream(file, entry->cfp, entry->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream 3128 ext/phar/phar.c 		if (phar_stream_copy_to_stream(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
phar_stream_copy_to_stream 3274 ext/phar/phar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
phar_stream_copy_to_stream 3283 ext/phar/phar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
phar_stream_copy_to_stream 3290 ext/phar/phar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
phar_stream_copy_to_stream 1711 ext/phar/phar_object.c 		phar_stream_copy_to_stream(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len);
phar_stream_copy_to_stream 2001 ext/phar/phar_object.c 	if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream 3662 ext/phar/phar_object.c 				phar_stream_copy_to_stream(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len);
phar_stream_copy_to_stream 4277 ext/phar/phar_object.c 	if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp, entry->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream  796 ext/phar/tar.c 		if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp->new, entry->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream 1301 ext/phar/tar.c 				phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
phar_stream_copy_to_stream 1310 ext/phar/tar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
phar_stream_copy_to_stream 1321 ext/phar/tar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
phar_stream_copy_to_stream 1328 ext/phar/tar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
phar_stream_copy_to_stream  676 ext/phar/util.c 	if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), dest->fp, link->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream  778 ext/phar/util.c 		if (SUCCESS != phar_stream_copy_to_stream(phar_get_entrypfp(entry TSRMLS_CC), ufp, entry->compressed_filesize, NULL)) {
phar_stream_copy_to_stream  885 ext/phar/util.c 	if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream  420 ext/phar/zip.c 			phar_stream_copy_to_stream(fp, sigfile, entry.header_offset, NULL);
phar_stream_copy_to_stream  424 ext/phar/zip.c 			phar_stream_copy_to_stream(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL);
phar_stream_copy_to_stream  908 ext/phar/zip.c 		if (SUCCESS != phar_stream_copy_to_stream(efp, entry->cfp, entry->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream 1013 ext/phar/zip.c 			if (SUCCESS != phar_stream_copy_to_stream(entry->cfp, p->filefp, entry->compressed_filesize, NULL)) {
phar_stream_copy_to_stream 1027 ext/phar/zip.c 			if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), p->filefp, entry->uncompressed_filesize, NULL)) {
phar_stream_copy_to_stream 1053 ext/phar/zip.c 		if (!entry->is_dir && entry->compressed_filesize && SUCCESS != phar_stream_copy_to_stream(p->old, p->filefp, entry->compressed_filesize, NULL)) {
phar_stream_copy_to_stream 1096 ext/phar/zip.c 		phar_stream_copy_to_stream(pass->filefp, newfile, tell, NULL);
phar_stream_copy_to_stream 1099 ext/phar/zip.c 		phar_stream_copy_to_stream(pass->centralfp, newfile, tell, NULL);
phar_stream_copy_to_stream 1434 ext/phar/zip.c 		int ret = phar_stream_copy_to_stream(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen);
phar_stream_copy_to_stream 1504 ext/phar/zip.c 		phar_stream_copy_to_stream(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL);