php_stream_copy_to_stream_ex 405 ext/dba/libinifile/inifile.c if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp, pos_end - pos_start, NULL)) { php_stream_copy_to_stream_ex 433 ext/dba/libinifile/inifile.c if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { php_stream_copy_to_stream_ex 452 ext/dba/libinifile/inifile.c if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { php_stream_copy_to_stream_ex 503 ext/dba/libinifile/inifile.c if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { php_stream_copy_to_stream_ex 544 ext/dba/libinifile/inifile.c if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { php_stream_copy_to_stream_ex 1643 ext/phar/phar.c if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) { php_stream_copy_to_stream_ex 1685 ext/phar/phar.c if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) { php_stream_copy_to_stream_ex 2641 ext/phar/phar.c php_stream_copy_to_stream_ex(oldfile, newfile, phar->halt_offset, &written); php_stream_copy_to_stream_ex 2826 ext/phar/phar.c if (SUCCESS != php_stream_copy_to_stream_ex(file, entry->cfp, entry->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 3059 ext/phar/phar.c if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { php_stream_copy_to_stream_ex 3205 ext/phar/phar.c php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 3214 ext/phar/phar.c php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 3221 ext/phar/phar.c php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 1694 ext/phar/phar_object.c php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); php_stream_copy_to_stream_ex 1980 ext/phar/phar_object.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 3616 ext/phar/phar_object.c php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); php_stream_copy_to_stream_ex 4228 ext/phar/phar_object.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp, entry->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 805 ext/phar/tar.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp->new, entry->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 1329 ext/phar/tar.c php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 1338 ext/phar/tar.c php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 1349 ext/phar/tar.c php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 1356 ext/phar/tar.c php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 680 ext/phar/util.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), dest->fp, link->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 782 ext/phar/util.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_entrypfp(entry), ufp, entry->compressed_filesize, NULL)) { php_stream_copy_to_stream_ex 889 ext/phar/util.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 410 ext/phar/zip.c php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); php_stream_copy_to_stream_ex 414 ext/phar/zip.c php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); php_stream_copy_to_stream_ex 930 ext/phar/zip.c if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 1034 ext/phar/zip.c if (SUCCESS != php_stream_copy_to_stream_ex(entry->cfp, p->filefp, entry->compressed_filesize, NULL)) { php_stream_copy_to_stream_ex 1048 ext/phar/zip.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), p->filefp, entry->uncompressed_filesize, NULL)) { php_stream_copy_to_stream_ex 1074 ext/phar/zip.c if (!entry->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->filefp, entry->compressed_filesize, NULL)) { php_stream_copy_to_stream_ex 1123 ext/phar/zip.c php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); php_stream_copy_to_stream_ex 1126 ext/phar/zip.c php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); php_stream_copy_to_stream_ex 1475 ext/phar/zip.c int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); php_stream_copy_to_stream_ex 1545 ext/phar/zip.c php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 623 ext/standard/file.c if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { php_stream_copy_to_stream_ex 1775 ext/standard/file.c ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 480 ext/standard/streamsfuncs.c ret = php_stream_copy_to_stream_ex(src, dest, maxlen, &len); php_stream_copy_to_stream_ex 273 main/streams/cast.c int retcopy = php_stream_copy_to_stream_ex(stream, newstream, PHP_STREAM_COPY_ALL, NULL); php_stream_copy_to_stream_ex 397 main/streams/cast.c if (php_stream_copy_to_stream_ex(origstream, *newstream, PHP_STREAM_COPY_ALL, NULL) != SUCCESS) {