PHP_STREAM_COPY_ALL 501 ext/dba/libinifile/inifile.c if (!php_stream_copy_to_stream(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL)) { PHP_STREAM_COPY_ALL 540 ext/dba/libinifile/inifile.c if (!php_stream_copy_to_stream(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL)) { PHP_STREAM_COPY_ALL 2618 ext/gd/gd.c buff_size = php_stream_copy_to_mem(stream, &buff, PHP_STREAM_COPY_ALL, 1); PHP_STREAM_COPY_ALL 420 ext/pdo/pdo_sql_parser.c len = php_stream_copy_to_mem(stm, &buf, PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 571 ext/pdo/pdo_stmt.c len = php_stream_copy_to_mem((php_stream*)value, &buf, PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 349 ext/pdo_mysql/mysql_statement.c &Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 299 ext/pdo_pgsql/pgsql_statement.c &Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 115 ext/pdo_sqlite/sqlite_statement.c &Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 469 ext/standard/exec.c total_readbytes = php_stream_copy_to_mem(stream, &ret, PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 532 ext/standard/file.c long maxlen = PHP_STREAM_COPY_ALL; PHP_STREAM_COPY_ALL 631 ext/standard/file.c numbytes = php_stream_copy_to_stream(srcstream, stream, PHP_STREAM_COPY_ALL); PHP_STREAM_COPY_ALL 752 ext/standard/file.c if ((target_len = php_stream_copy_to_mem(stream, &target_buf, PHP_STREAM_COPY_ALL, 0))) { PHP_STREAM_COPY_ALL 1831 ext/standard/file.c ret = php_stream_copy_to_stream(srcstream, deststream, PHP_STREAM_COPY_ALL) == 0 ? FAILURE : SUCCESS; PHP_STREAM_COPY_ALL 214 ext/standard/image.c slength = php_stream_copy_to_mem(stream, &bufz, PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 398 ext/standard/streamsfuncs.c long maxlen = PHP_STREAM_COPY_ALL, pos = 0; PHP_STREAM_COPY_ALL 435 ext/standard/streamsfuncs.c long maxlen = PHP_STREAM_COPY_ALL, pos = 0; PHP_STREAM_COPY_ALL 547 ext/tidy/tidy.c if ((*len = (int) php_stream_copy_to_mem(stream, &data, PHP_STREAM_COPY_ALL, 0)) == 0) { PHP_STREAM_COPY_ALL 1315 ext/wddx/wddx.c payload_len = php_stream_copy_to_mem(stream, &payload, PHP_STREAM_COPY_ALL, 0); PHP_STREAM_COPY_ALL 217 main/streams/cast.c size_t copied = php_stream_copy_to_stream(stream, newstream, PHP_STREAM_COPY_ALL); PHP_STREAM_COPY_ALL 330 main/streams/cast.c if (php_stream_copy_to_stream(origstream, *newstream, PHP_STREAM_COPY_ALL) == 0) { PHP_STREAM_COPY_ALL 1183 main/streams/streams.c p = php_stream_mmap_range(stream, php_stream_tell(stream), PHP_STREAM_COPY_ALL, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); PHP_STREAM_COPY_ALL 1216 main/streams/streams.c if (maxlen == PHP_STREAM_COPY_ALL) { PHP_STREAM_COPY_ALL 1277 main/streams/streams.c if (maxlen == PHP_STREAM_COPY_ALL) {