PHP_STREAM_COPY_ALL  500 ext/dba/libinifile/inifile.c 				if (!php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL  541 ext/dba/libinifile/inifile.c 			if (!php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL 2403 ext/gd/gd.c    		buff_size = php_stream_copy_to_mem(stream, &buff, PHP_STREAM_COPY_ALL, 1);
PHP_STREAM_COPY_ALL  381 ext/mbstring/mb_gpc.c 	php_stream_copy_to_mem(SG(request_info).request_body, &post_data_str, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  551 ext/mysqlnd/mysqlnd_auth.c 			if ((len = php_stream_copy_to_mem(stream, &key_str, PHP_STREAM_COPY_ALL, 0)) >= 0 ) {
PHP_STREAM_COPY_ALL  548 ext/pdo/pdo_sql_parser.c 						len = php_stream_copy_to_mem(stm, &buf, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  602 ext/pdo/pdo_stmt.c 					len = php_stream_copy_to_mem((php_stream*)value, &buf, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  518 ext/pdo_mysql/mysql_statement.c 									&Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  330 ext/pdo_pgsql/pgsql_statement.c 								if ((len = php_stream_copy_to_mem(stm, &Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0)) > 0) {
PHP_STREAM_COPY_ALL  136 ext/pdo_sqlite/sqlite_statement.c 									&Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  103 ext/phar/func_interceptors.c 	long maxlen = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 1640 ext/phar/phar.c 				if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL 1682 ext/phar/phar.c 				if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL 2624 ext/phar/phar.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 3250 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 3259 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 3266 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1711 ext/phar/phar_object.c 		php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len);
PHP_STREAM_COPY_ALL 3664 ext/phar/phar_object.c 				php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len);
PHP_STREAM_COPY_ALL 1000 ext/phar/tar.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 1301 ext/phar/tar.c 				php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1310 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1321 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1328 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1550 ext/phar/util.c 			if (!pfp || !(pubkey_len = php_stream_copy_to_mem(pfp, (void **) &pubkey, PHP_STREAM_COPY_ALL, 0)) || !pubkey) {
PHP_STREAM_COPY_ALL 1552 ext/phar/util.c 			if (!pfp || !(pubkey_len = php_stream_copy_to_mem(pfp, &pubkey, PHP_STREAM_COPY_ALL, 0)) || !pubkey) {
PHP_STREAM_COPY_ALL 1238 ext/phar/zip.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 1434 ext/phar/zip.c 		int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen);
PHP_STREAM_COPY_ALL 1504 ext/phar/zip.c 		php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1578 ext/sqlite3/sqlite3.c 						blength = php_stream_copy_to_mem(stream, (void *)&buffer, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  473 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  634 ext/standard/file.c 			if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) {
PHP_STREAM_COPY_ALL  763 ext/standard/file.c 	if ((target_len = php_stream_copy_to_mem(stream, &target_buf, PHP_STREAM_COPY_ALL, 0))) {
PHP_STREAM_COPY_ALL 1734 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL  222 ext/standard/image.c 		slength = php_stream_copy_to_mem(stream, &bufz, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  410 ext/standard/streamsfuncs.c 	long		maxlen		= PHP_STREAM_COPY_ALL,
PHP_STREAM_COPY_ALL  461 ext/standard/streamsfuncs.c 	long maxlen = PHP_STREAM_COPY_ALL, pos = 0;
PHP_STREAM_COPY_ALL  645 ext/tidy/tidy.c 	if ((*len = (int) php_stream_copy_to_mem(stream, (void*) &data, PHP_STREAM_COPY_ALL, 0)) == 0) {
PHP_STREAM_COPY_ALL 1337 ext/wddx/wddx.c 			payload_len = php_stream_copy_to_mem(stream, &payload, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL   64 main/php_content_types.c 			length = php_stream_copy_to_mem(SG(request_info).request_body, &data, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  282 main/streams/cast.c 				int retcopy = php_stream_copy_to_stream_ex(stream, newstream, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL  406 main/streams/cast.c 	if (php_stream_copy_to_stream_ex(origstream, *newstream, PHP_STREAM_COPY_ALL, NULL) != SUCCESS) {
PHP_STREAM_COPY_ALL 1438 main/streams/streams.c 	if (maxlen == PHP_STREAM_COPY_ALL) {
PHP_STREAM_COPY_ALL 1514 main/streams/streams.c 	if (maxlen == PHP_STREAM_COPY_ALL) {