PHP_STREAM_COPY_ALL  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_ALL  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_ALL 2333 ext/gd/gd.c    		buff = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  379 ext/mbstring/mb_gpc.c 	post_data_str = php_stream_copy_to_mem(SG(request_info).request_body, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  550 ext/mysqlnd/mysqlnd_auth.c 			if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) {
PHP_STREAM_COPY_ALL  557 ext/pdo/pdo_sql_parser.c 						buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  597 ext/pdo/pdo_stmt.c 					buf = php_stream_copy_to_mem((php_stream*)value, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  530 ext/pdo_firebird/firebird_statement.c 					zend_string *mem =  php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  529 ext/pdo_mysql/mysql_statement.c 								zend_string *mem = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  335 ext/pdo_pgsql/pgsql_statement.c 								zend_string *str = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  144 ext/pdo_sqlite/sqlite_statement.c 								zend_string *mem = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  102 ext/phar/func_interceptors.c 	zend_long maxlen = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 1643 ext/phar/phar.c 				if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL 1685 ext/phar/phar.c 				if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL 2579 ext/phar/phar.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 3205 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 3214 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 3221 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 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_ALL 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_ALL 1014 ext/phar/tar.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 1329 ext/phar/tar.c 				php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1338 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1349 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1356 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1517 ext/phar/util.c 			if (!pfp || !(pubkey = php_stream_copy_to_mem(pfp, PHP_STREAM_COPY_ALL, 0)) || !ZSTR_LEN(pubkey)) {
PHP_STREAM_COPY_ALL 1265 ext/phar/zip.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 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_ALL 1545 ext/phar/zip.c 		php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1538 ext/sqlite3/sqlite3.c 						buffer = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  537 ext/standard/exec.c 	ret = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  522 ext/standard/file.c 	zend_long maxlen = (ssize_t) PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL  623 ext/standard/file.c 			if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) {
PHP_STREAM_COPY_ALL  744 ext/standard/file.c 	if ((target_buf = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) {
PHP_STREAM_COPY_ALL 1775 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL  224 ext/standard/image.c 		bufz = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  416 ext/standard/streamsfuncs.c 	zend_long		maxlen		= (ssize_t) PHP_STREAM_COPY_ALL,
PHP_STREAM_COPY_ALL  464 ext/standard/streamsfuncs.c 	zend_long maxlen = PHP_STREAM_COPY_ALL, pos = 0;
PHP_STREAM_COPY_ALL  653 ext/tidy/tidy.c 	if ((data = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) == NULL) {
PHP_STREAM_COPY_ALL 1270 ext/wddx/wddx.c 			payload = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  273 main/streams/cast.c 				int retcopy = php_stream_copy_to_stream_ex(stream, newstream, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL  397 main/streams/cast.c 	if (php_stream_copy_to_stream_ex(origstream, *newstream, PHP_STREAM_COPY_ALL, NULL) != SUCCESS) {
PHP_STREAM_COPY_ALL 1433 main/streams/streams.c 	if (maxlen == PHP_STREAM_COPY_ALL) {
PHP_STREAM_COPY_ALL 1513 main/streams/streams.c 	if (maxlen == PHP_STREAM_COPY_ALL) {
PHP_STREAM_COPY_ALL   58 sapi/phpdbg/phpdbg_webdata_transfer.c 		if ((str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0))) {