php_stream_read   353 ext/bz2/bz2.c  	Z_STRLEN_P(return_value) = php_stream_read(stream, Z_STRVAL_P(return_value), len);
php_stream_read   111 ext/com_dotnet/com_persist.c 	nread = php_stream_read(stm->stream, pv, cb);
php_stream_read   215 ext/dba/dba_cdb.c # define cdb_file_read(fildes, buf, size) php_stream_read(fildes, buf, size)
php_stream_read   113 ext/dba/libcdb/cdb.c 			r = php_stream_read(c->fp, buf, len);
php_stream_read    94 ext/dba/libflatfile/flatfile.c 			value_datum.dsize = php_stream_read(dba->fp, value_datum.dptr, value_datum.dsize);
php_stream_read   128 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read   149 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read   176 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read   192 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read   217 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read   233 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read   260 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read   270 ext/dba/libflatfile/flatfile.c 		num = php_stream_read(dba->fp, buf, num);
php_stream_read  2888 ext/exif/exif.c 			fgot = php_stream_read(ImageInfo->infile, value_ptr, byte_count);
php_stream_read  3343 ext/exif/exif.c 		got = php_stream_read(ImageInfo->infile, (char*)(Data+2), itemlen-2); /* Read the whole section. */
php_stream_read  3361 ext/exif/exif.c 					got = php_stream_read(ImageInfo->infile, (char*)Data, size);
php_stream_read  3537 ext/exif/exif.c 		php_stream_read(ImageInfo->infile, (char*)ImageInfo->file.list[sn].data, 2);
php_stream_read  3547 ext/exif/exif.c 			php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+2), dir_size-2);
php_stream_read  3636 ext/exif/exif.c 					php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+dir_size), ifd_size-dir_size);
php_stream_read  3688 ext/exif/exif.c 									fgot = php_stream_read(ImageInfo->infile, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size);
php_stream_read  3722 ext/exif/exif.c 						fgot = php_stream_read(ImageInfo->infile, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size);
php_stream_read  3759 ext/exif/exif.c 		if (php_stream_read(ImageInfo->infile, (char*)file_header, 2) != 2) {
php_stream_read  3770 ext/exif/exif.c 			if (php_stream_read(ImageInfo->infile, (char*)(file_header+2), 6) != 6) {
php_stream_read  2657 ext/fileinfo/libmagic/apprentice.c 	if (php_stream_read(stream, map->p, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) {
php_stream_read   403 ext/fileinfo/libmagic/magic.c 	if ((nbytes = php_stream_read(stream, (char *)buf, HOWMANY)) < 0) {
php_stream_read  1463 ext/gd/gd.c    	while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b))) {
php_stream_read  1506 ext/gd/gd.c    	while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b))) {
php_stream_read   163 ext/hash/hash.c 		while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read   285 ext/hash/hash.c 		while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read   446 ext/hash/hash.c 		if ((n = php_stream_read(stream, buf, toread)) <= 0) {
php_stream_read   483 ext/hash/hash.c 	while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read   158 ext/hash/hash_md.c 	while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read   142 ext/hash/hash_sha.c 	while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read   565 ext/interbase/ibase_blobs.c 		for (size = 0; (b = php_stream_read(stream, bl_data, sizeof(bl_data))); size += b) {
php_stream_read   374 ext/libxml/libxml.c 	return php_stream_read((php_stream*)context, buffer, len);
php_stream_read    76 ext/mysqlnd/mysqlnd_loaddata.c 	count = (int)php_stream_read(info->fd, (char *) buf, buf_len);
php_stream_read   101 ext/mysqlnd/mysqlnd_net.c 		if (!(ret = php_stream_read(net_stream, (char *) p, to_read))) {
php_stream_read   874 ext/mysqlnd/mysqlnd_net.c 			skipped_bytes += (bytes_consumed = php_stream_read(net_stream, tmp_buf, sizeof(tmp_buf)));
php_stream_read   392 ext/pdo_oci/oci_statement.c 								n = php_stream_read(stm, buf, sizeof(buf));
php_stream_read   232 ext/pdo_odbc/odbc_stmt.c 				len = php_stream_read(stm, buf, 8192);
php_stream_read   416 ext/pdo_odbc/odbc_stmt.c 									len = php_stream_read(stm, ptr, amount);
php_stream_read   677 ext/phar/phar.c 	if (3 != php_stream_read(fp, buffer, 3)) {
php_stream_read   709 ext/phar/phar.c 	if (4 != php_stream_read(fp, buffer, 4)) {
php_stream_read   724 ext/phar/phar.c 	if (manifest_len < 10 || manifest_len != php_stream_read(fp, buffer, manifest_len)) {
php_stream_read   765 ext/phar/phar.c 		|| 8 != php_stream_read(fp, sig_buf, 8)
php_stream_read   785 ext/phar/phar.c 				|| 4 != php_stream_read(fp, sig_buf, 4)) {
php_stream_read   802 ext/phar/phar.c 				|| signature_len != php_stream_read(fp, sig, signature_len)) {
php_stream_read   833 ext/phar/phar.c 				if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) {
php_stream_read   860 ext/phar/phar.c 				if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) {
php_stream_read   898 ext/phar/phar.c 				if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) {
php_stream_read   925 ext/phar/phar.c 				if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) {
php_stream_read  1592 ext/phar/phar.c 		if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {
php_stream_read  2409 ext/phar/phar.c 		if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file TSRMLS_CC), (char *) &local, sizeof(local))) {
php_stream_read  2422 ext/phar/phar.c 			if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file TSRMLS_CC),
php_stream_read  3305 ext/phar/phar.c 	return php_stream_read(phar_get_pharfp((phar_archive_data*)handle TSRMLS_CC), buf, len);
php_stream_read   229 ext/phar/phar_object.c 				got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position));
php_stream_read  3973 ext/phar/phar_object.c 	if (len != php_stream_read(fp, buf, len)) {
php_stream_read   379 ext/phar/stream.c 	got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position));
php_stream_read   169 ext/phar/tar.c 	read = php_stream_read(fp, metadata, entry->uncompressed_filesize);
php_stream_read   223 ext/phar/tar.c 	read = php_stream_read(fp, buf, sizeof(buf));
php_stream_read   288 ext/phar/tar.c 			read = php_stream_read(fp, buf, size);
php_stream_read   328 ext/phar/tar.c 			read = php_stream_read(fp, buf, sizeof(buf));
php_stream_read   369 ext/phar/tar.c 			read = php_stream_read(fp, entry.filename, entry.filename_len);
php_stream_read   396 ext/phar/tar.c 			read = php_stream_read(fp, buf, sizeof(buf));
php_stream_read   533 ext/phar/tar.c 			read = php_stream_read(fp, buf, size);
php_stream_read   585 ext/phar/tar.c 		read = php_stream_read(fp, buf, sizeof(buf));
php_stream_read  1622 ext/phar/util.c 			while (read_size && (len = php_stream_read(fp, (char*)buf, read_size)) > 0) {
php_stream_read  1662 ext/phar/util.c 			while ((len = php_stream_read(fp, (char*)buf, read_size)) > 0) {
php_stream_read  1695 ext/phar/util.c 			while ((len = php_stream_read(fp, (char*)buf, read_size)) > 0) {
php_stream_read  1736 ext/phar/util.c 			while ((len = php_stream_read(fp, (char*)buf, read_size)) > 0) {
php_stream_read  1769 ext/phar/util.c 			while ((len = php_stream_read(fp, (char*)buf, read_size)) > 0) {
php_stream_read  1819 ext/phar/util.c 			while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) {
php_stream_read  1834 ext/phar/util.c 			while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) {
php_stream_read  1892 ext/phar/util.c 			while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) {
php_stream_read  1936 ext/phar/util.c 			while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) {
php_stream_read  1951 ext/phar/util.c 			while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) {
php_stream_read    51 ext/phar/zip.c 		if (sizeof(h.header) != php_stream_read(fp, (char *) &h.header, sizeof(h.header))) {
php_stream_read    63 ext/phar/zip.c 		read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header));
php_stream_read   193 ext/phar/zip.c 	if (!php_stream_read(fp, buf, size)) {
php_stream_read   355 ext/phar/zip.c 		if (sizeof(zipentry) != php_stream_read(fp, (char *) &zipentry, sizeof(zipentry))) {
php_stream_read   390 ext/phar/zip.c 		if (entry.filename_len != php_stream_read(fp, entry.filename, entry.filename_len)) {
php_stream_read   432 ext/phar/zip.c 			read = php_stream_read(fp, sig, entry.uncompressed_filesize);
php_stream_read   534 ext/phar/zip.c 			if (PHAR_GET_16(zipentry.comment_len) != php_stream_read(fp, buf, PHAR_GET_16(zipentry.comment_len))) {
php_stream_read   569 ext/phar/zip.c 			if (sizeof(local) != php_stream_read(fp, (char *) &local, sizeof(local))) {
php_stream_read  1423 ext/soap/php_http.c 						int len_read = php_stream_read(stream, http_buf + http_buf_size, buf_size - len_size);
php_stream_read  1481 ext/soap/php_http.c 			int len_read = php_stream_read(stream, http_buf + http_buf_size, header_length - http_buf_size);
php_stream_read  1491 ext/soap/php_http.c 			len_read = php_stream_read(stream, http_buf + http_buf_size, 4096);
php_stream_read  2953 ext/spl/spl_directory.c 	Z_STRLEN_P(return_value) = php_stream_read(intern->u.file.stream, Z_STRVAL_P(return_value), length);
php_stream_read   190 ext/standard/exec.c 		while((bufl = php_stream_read(stream, buf, EXEC_INPUT_BUF)) > 0) {
php_stream_read  1766 ext/standard/file.c 	Z_STRLEN_P(return_value) = php_stream_read(stream, Z_STRVAL_P(return_value), len);
php_stream_read   111 ext/standard/image.c 	if (php_stream_read(stream, dim, sizeof(dim)) != sizeof(dim))
php_stream_read   134 ext/standard/image.c 	if (php_stream_read(stream, dim, sizeof(dim)) != sizeof(dim))
php_stream_read   156 ext/standard/image.c 	if (php_stream_read(stream, dim, sizeof(dim)) != sizeof(dim))
php_stream_read   214 ext/standard/image.c 	if (php_stream_read(stream, a, sizeof(a)) != sizeof(a))
php_stream_read   279 ext/standard/image.c 	if (php_stream_read(stream, a, sizeof(a)) != sizeof(a))
php_stream_read   312 ext/standard/image.c 	if((php_stream_read(stream, dim, sizeof(dim))) < sizeof(dim))
php_stream_read   369 ext/standard/image.c 	if((php_stream_read(stream, a, sizeof(a))) < sizeof(a)) return 0;
php_stream_read   455 ext/standard/image.c 	if (php_stream_read(stream, buffer, (long) length) <= 0) {
php_stream_read   568 ext/standard/image.c 	if ((php_stream_read(stream, a, sizeof(a))) != sizeof(a)) return 0;
php_stream_read   695 ext/standard/image.c 		if (php_stream_read(stream, (void *)&box_type, sizeof(box_type)) != sizeof(box_type)) {
php_stream_read   811 ext/standard/image.c 	if (php_stream_read(stream, ifd_ptr, 4) != 4)
php_stream_read   818 ext/standard/image.c 	if (php_stream_read(stream, ifd_data, 2) != 2) {
php_stream_read   826 ext/standard/image.c 	if (php_stream_read(stream, ifd_data+2, dir_size-2) != dir_size-2) {
php_stream_read   891 ext/standard/image.c 	if (php_stream_read(stream, a, 8) != 8) {
php_stream_read   900 ext/standard/image.c 		if (php_stream_read(stream, a, 8) != 8) {
php_stream_read   912 ext/standard/image.c 			if (size < 9 || php_stream_read(stream, a, 9) != 9) {
php_stream_read  1097 ext/standard/image.c 	if (php_stream_read(stream, dim, 2) != 2)
php_stream_read  1109 ext/standard/image.c 		if (php_stream_read(stream, dim, sizeof(dim)) != sizeof(dim))
php_stream_read  1236 ext/standard/image.c 	if((php_stream_read(stream, filetype, 3)) != 3) {
php_stream_read  1247 ext/standard/image.c 		if (php_stream_read(stream, filetype+3, 5) != 5) {
php_stream_read  1269 ext/standard/image.c 	if (php_stream_read(stream, filetype+3, 1) != 1) {
php_stream_read  1285 ext/standard/image.c 	twelve_bytes_read = (php_stream_read(stream, filetype+4, 8) == 8);
php_stream_read    99 ext/standard/md5.c 	while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read    94 ext/standard/php_fopen_wrapper.c 	read = php_stream_read(input->body, buf, count);
php_stream_read    89 ext/standard/sha1.c 	while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read   329 main/php_variables.c 			size_t len = php_stream_read(s, buf, SAPI_POST_HANDLER_BUFSIZ);
php_stream_read    68 main/streams/cast.c 	ret = php_stream_read((php_stream*)cookie, buffer, size);
php_stream_read   101 main/streams/cast.c 	ret = php_stream_read(((php_stream *)cookie), buffer, size);
php_stream_read   405 main/streams/memory.c 	got = php_stream_read(ts->innerstream, buf, count);
php_stream_read   804 main/streams/streams.c 	if (php_stream_read(stream, &buf, 1) > 0) {
php_stream_read  1103 main/streams/streams.c 	*returned_len = php_stream_read(stream, ret_buf, tent_ret_len);
php_stream_read  1338 main/streams/streams.c 			if ((didread = php_stream_read(stream, tmp, MIN(offset, sizeof(tmp)))) == 0) {
php_stream_read  1416 main/streams/streams.c 	while ((b = php_stream_read(stream, buf, sizeof(buf))) > 0) {
php_stream_read  1445 main/streams/streams.c 			ret = php_stream_read(src, ptr, maxlen - len);
php_stream_read  1475 main/streams/streams.c 	while((ret = php_stream_read(src, ptr, max_len - len)))	{
php_stream_read  1559 main/streams/streams.c 		didread = php_stream_read(src, buf, readchunk);
php_stream_read  2010 main/streams/streams.c 	if (sizeof(php_stream_dirent) == php_stream_read(dirstream, (char*)ent, sizeof(php_stream_dirent))) {
php_stream_read   408 main/streams/transports.c 		return php_stream_read(stream, buf, buflen);