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 2382 ext/gd/gd.c    		buff_size = php_stream_copy_to_mem(stream, &buff, PHP_STREAM_COPY_ALL, 1);
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  327 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 1642 ext/phar/phar.c 				if (SUCCESS != phar_stream_copy_to_stream(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL 1684 ext/phar/phar.c 				if (SUCCESS != phar_stream_copy_to_stream(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
PHP_STREAM_COPY_ALL 2644 ext/phar/phar.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 3270 ext/phar/phar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 3279 ext/phar/phar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 3286 ext/phar/phar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1710 ext/phar/phar_object.c 		phar_stream_copy_to_stream(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len);
PHP_STREAM_COPY_ALL 3654 ext/phar/phar_object.c 				phar_stream_copy_to_stream(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len);
PHP_STREAM_COPY_ALL  990 ext/phar/tar.c 				len = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL 1291 ext/phar/tar.c 				phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1300 ext/phar/tar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1311 ext/phar/tar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1318 ext/phar/tar.c 			phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1557 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 1559 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 = phar_stream_copy_to_stream(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen);
PHP_STREAM_COPY_ALL 1504 ext/phar/zip.c 		phar_stream_copy_to_stream(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL 1527 ext/sqlite3/sqlite3.c 						blength = php_stream_copy_to_mem(stream, (void *)&buffer, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  459 ext/standard/exec.c 	total_readbytes = php_stream_copy_to_mem(stream, &ret, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  524 ext/standard/file.c 	long maxlen = PHP_STREAM_COPY_ALL;
PHP_STREAM_COPY_ALL  622 ext/standard/file.c 			if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) {
PHP_STREAM_COPY_ALL  747 ext/standard/file.c 	if ((target_len = php_stream_copy_to_mem(stream, &target_buf, PHP_STREAM_COPY_ALL, 0))) {
PHP_STREAM_COPY_ALL 1722 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
PHP_STREAM_COPY_ALL  218 ext/standard/image.c 		slength = php_stream_copy_to_mem(stream, &bufz, PHP_STREAM_COPY_ALL, 0);
PHP_STREAM_COPY_ALL  408 ext/standard/streamsfuncs.c 	long		maxlen		= PHP_STREAM_COPY_ALL,
PHP_STREAM_COPY_ALL  455 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 1339 ext/wddx/wddx.c 			payload_len = php_stream_copy_to_mem(stream, &payload, 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 1429 main/streams/streams.c 	if (maxlen == PHP_STREAM_COPY_ALL) {
PHP_STREAM_COPY_ALL 1505 main/streams/streams.c 	if (maxlen == PHP_STREAM_COPY_ALL) {