php_stream_read 382 ext/bz2/bz2.c ZSTR_LEN(data) = php_stream_read(stream, ZSTR_VAL(data), ZSTR_LEN(data)); php_stream_read 110 ext/com_dotnet/com_persist.c nread = (ULONG)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 2879 ext/exif/exif.c fgot = php_stream_read(ImageInfo->infile, value_ptr, byte_count); php_stream_read 3334 ext/exif/exif.c got = php_stream_read(ImageInfo->infile, (char*)(Data+2), itemlen-2); /* Read the whole section. */ php_stream_read 3352 ext/exif/exif.c got = php_stream_read(ImageInfo->infile, (char*)Data, size); php_stream_read 3528 ext/exif/exif.c php_stream_read(ImageInfo->infile, (char*)ImageInfo->file.list[sn].data, 2); php_stream_read 3538 ext/exif/exif.c php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+2), dir_size-2); php_stream_read 3627 ext/exif/exif.c php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+dir_size), ifd_size-dir_size); php_stream_read 3679 ext/exif/exif.c fgot = php_stream_read(ImageInfo->infile, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size); php_stream_read 3713 ext/exif/exif.c fgot = php_stream_read(ImageInfo->infile, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size); php_stream_read 3750 ext/exif/exif.c if (php_stream_read(ImageInfo->infile, (char*)file_header, 2) != 2) { php_stream_read 3761 ext/exif/exif.c if (php_stream_read(ImageInfo->infile, (char*)(file_header+2), 6) != 6) { php_stream_read 2859 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 404 ext/fileinfo/libmagic/magic.c if ((nbytes = php_stream_read(stream, (char *)buf, HOWMANY)) < 0) { php_stream_read 1353 ext/gd/gd.c while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b))) { php_stream_read 1396 ext/gd/gd.c while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b))) { php_stream_read 157 ext/hash/hash.c while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { php_stream_read 281 ext/hash/hash.c while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { php_stream_read 448 ext/hash/hash.c if ((n = php_stream_read(stream, buf, toread)) <= 0) { php_stream_read 487 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 564 ext/interbase/ibase_blobs.c for (size = 0; (b = php_stream_read(stream, bl_data, sizeof(bl_data))); size += b) { php_stream_read 381 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 882 ext/mysqlnd/mysqlnd_net.c skipped_bytes += (bytes_consumed = php_stream_read(net_stream, tmp_buf, sizeof(tmp_buf))); php_stream_read 413 ext/pdo_oci/oci_statement.c n = php_stream_read(stm, buf, sizeof(buf)); php_stream_read 238 ext/pdo_odbc/odbc_stmt.c len = php_stream_read(stm, buf, 8192); php_stream_read 429 ext/pdo_odbc/odbc_stmt.c len = php_stream_read(stm, ptr, amount); php_stream_read 679 ext/phar/phar.c if (3 != php_stream_read(fp, buffer, 3)) { php_stream_read 711 ext/phar/phar.c if (4 != php_stream_read(fp, buffer, 4)) { php_stream_read 726 ext/phar/phar.c if (manifest_len < 10 || manifest_len != php_stream_read(fp, buffer, manifest_len)) { php_stream_read 767 ext/phar/phar.c || 8 != php_stream_read(fp, sig_buf, 8) php_stream_read 787 ext/phar/phar.c || 4 != php_stream_read(fp, sig_buf, 4)) { php_stream_read 804 ext/phar/phar.c || signature_len != php_stream_read(fp, sig, signature_len)) { php_stream_read 835 ext/phar/phar.c if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) { php_stream_read 862 ext/phar/phar.c if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) { php_stream_read 900 ext/phar/phar.c if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) { php_stream_read 927 ext/phar/phar.c if (php_stream_read(fp, (char*)digest, sizeof(digest)) != sizeof(digest)) { php_stream_read 1595 ext/phar/phar.c if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) { php_stream_read 2362 ext/phar/phar.c if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, sizeof(local))) { php_stream_read 2375 ext/phar/phar.c if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file), php_stream_read 3256 ext/phar/phar.c return php_stream_read(phar_get_pharfp((phar_archive_data*)handle), buf, len); php_stream_read 210 ext/phar/phar_object.c got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); php_stream_read 3923 ext/phar/phar_object.c if (len != php_stream_read(fp, ZSTR_VAL(buf), len)) { php_stream_read 382 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 531 ext/phar/tar.c read = php_stream_read(fp, buf, size); php_stream_read 583 ext/phar/tar.c read = php_stream_read(fp, buf, sizeof(buf)); php_stream_read 1581 ext/phar/util.c while (read_size && (len = php_stream_read(fp, (char*)buf, read_size)) > 0) { php_stream_read 1621 ext/phar/util.c while ((len = php_stream_read(fp, (char*)buf, read_size)) > 0) { php_stream_read 1654 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 1728 ext/phar/util.c while ((len = php_stream_read(fp, (char*)buf, read_size)) > 0) { php_stream_read 1778 ext/phar/util.c while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) { php_stream_read 1793 ext/phar/util.c while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) { php_stream_read 1851 ext/phar/util.c while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) { php_stream_read 1895 ext/phar/util.c while ((sig_len = php_stream_read(fp, (char*)buf, sizeof(buf))) > 0) { php_stream_read 1910 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 343 ext/phar/zip.c if (sizeof(zipentry) != php_stream_read(fp, (char *) &zipentry, sizeof(zipentry))) { php_stream_read 378 ext/phar/zip.c if (entry.filename_len != php_stream_read(fp, entry.filename, entry.filename_len)) { php_stream_read 420 ext/phar/zip.c read = php_stream_read(fp, sig, entry.uncompressed_filesize); php_stream_read 522 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 550 ext/phar/zip.c if (sizeof(local) != php_stream_read(fp, (char *) &local, sizeof(local))) { php_stream_read 1422 ext/soap/php_http.c int len_read = php_stream_read(stream, http_buf->val + http_buf_size, buf_size - len_size); php_stream_read 1480 ext/soap/php_http.c int len_read = php_stream_read(stream, http_buf->val + http_buf_size, header_length - http_buf_size); php_stream_read 1494 ext/soap/php_http.c len_read = php_stream_read(stream, http_buf->val + http_buf_size, 4096); php_stream_read 2920 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 181 ext/standard/exec.c while((bufl = php_stream_read(stream, buf, EXEC_INPUT_BUF)) > 0) { php_stream_read 1814 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, (char*)dim, sizeof(dim)) != sizeof(dim)) php_stream_read 134 ext/standard/image.c if (php_stream_read(stream, (char*)dim, sizeof(dim)) != sizeof(dim)) php_stream_read 156 ext/standard/image.c if (php_stream_read(stream, (char*)dim, sizeof(dim)) != sizeof(dim)) php_stream_read 215 ext/standard/image.c if (php_stream_read(stream, (char *) a, sizeof(a)) != sizeof(a)) php_stream_read 285 ext/standard/image.c if (php_stream_read(stream, (char*)a, sizeof(a)) != sizeof(a)) php_stream_read 318 ext/standard/image.c if((php_stream_read(stream, (char*)dim, sizeof(dim))) < sizeof(dim)) php_stream_read 375 ext/standard/image.c if((php_stream_read(stream, (char *) a, sizeof(a))) < sizeof(a)) return 0; php_stream_read 461 ext/standard/image.c if (php_stream_read(stream, buffer, (zend_long) length) <= 0) { php_stream_read 574 ext/standard/image.c if ((php_stream_read(stream, (char*)a, sizeof(a))) != sizeof(a)) return 0; php_stream_read 700 ext/standard/image.c if (php_stream_read(stream, (void *)&box_type, sizeof(box_type)) != sizeof(box_type)) { php_stream_read 816 ext/standard/image.c if (php_stream_read(stream, ifd_ptr, 4) != 4) php_stream_read 823 ext/standard/image.c if (php_stream_read(stream, ifd_data, 2) != 2) { php_stream_read 831 ext/standard/image.c if (php_stream_read(stream, ifd_data+2, dir_size-2) != dir_size-2) { php_stream_read 896 ext/standard/image.c if (php_stream_read(stream, (char *) a, 8) != 8) { php_stream_read 905 ext/standard/image.c if (php_stream_read(stream, (char*)a, 8) != 8) { php_stream_read 917 ext/standard/image.c if (size < 9 || php_stream_read(stream, (char*)a, 9) != 9) { php_stream_read 1102 ext/standard/image.c if (php_stream_read(stream, (char *) dim, 2) != 2) php_stream_read 1114 ext/standard/image.c if (php_stream_read(stream, (char *) dim, sizeof(dim)) != sizeof(dim)) php_stream_read 1241 ext/standard/image.c if((php_stream_read(stream, filetype, 3)) != 3) { php_stream_read 1252 ext/standard/image.c if (php_stream_read(stream, filetype+3, 5) != 5) { php_stream_read 1274 ext/standard/image.c if (php_stream_read(stream, filetype+3, 1) != 1) { php_stream_read 1290 ext/standard/image.c twelve_bytes_read = (php_stream_read(stream, filetype+4, 8) == 8); php_stream_read 98 ext/standard/md5.c while ((n = php_stream_read(stream, (char*)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 88 ext/standard/sha1.c while ((n = php_stream_read(stream, (char *) buf, sizeof(buf))) > 0) { php_stream_read 330 main/php_variables.c size_t len = php_stream_read(s, buf, SAPI_POST_HANDLER_BUFSIZ); php_stream_read 67 main/streams/cast.c ret = php_stream_read((php_stream*)cookie, buffer, size); php_stream_read 96 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 787 main/streams/streams.c if (php_stream_read(stream, &buf, 1) > 0) { php_stream_read 1086 main/streams/streams.c ZSTR_LEN(ret_buf) = php_stream_read(stream, ZSTR_VAL(ret_buf), tent_ret_len); php_stream_read 1331 main/streams/streams.c if ((didread = php_stream_read(stream, tmp, MIN(offset, sizeof(tmp)))) == 0) { php_stream_read 1410 main/streams/streams.c while ((b = php_stream_read(stream, buf, sizeof(buf))) > 0) { php_stream_read 1441 main/streams/streams.c ret = php_stream_read(src, ptr, maxlen - len); php_stream_read 1473 main/streams/streams.c while ((ret = php_stream_read(src, ptr, max_len - len))) { php_stream_read 1558 main/streams/streams.c didread = php_stream_read(src, buf, readchunk); php_stream_read 2006 main/streams/streams.c if (sizeof(php_stream_dirent) == php_stream_read(dirstream, (char*)ent, sizeof(php_stream_dirent))) { php_stream_read 406 main/streams/transports.c return php_stream_read(stream, buf, buflen);