Home
last modified time | relevance | path

Searched refs:php_stream_read (Results 26 – 37 of 37) sorted by relevance

12

/PHP-7.4/ext/hash/
H A Dhash_md.c156 while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { in PHP_NAMED_FUNCTION()
H A Dhash_sha.c138 while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_variables.c387 ssize_t len = php_stream_read(s, buf, SAPI_POST_HANDLER_BUFSIZ); in SAPI_POST_HANDLER_FUNC()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c412 n = php_stream_read(stm, buf, sizeof(buf)); in oci_stmt_param_hook()
/PHP-7.4/ext/phar/
H A Dstream.c384 …got = php_stream_read(data->fp, buf, MIN(count, (size_t)(entry->uncompressed_filesize - data->posi… in phar_stream_read()
H A Dphar_object.c199 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
4005 if (len != php_stream_read(fp, ZSTR_VAL(buf), len)) { in PHP_METHOD()
/PHP-7.4/ext/libxml/
H A Dlibxml.c384 return php_stream_read((php_stream*)context, buffer, len); in php_libxml_streams_IO_read()
/PHP-7.4/docs/
H A Dstreams.md24 PHPAPI size_t php_stream_read(php_stream * stream, char * buf, size_t count);
/PHP-7.4/ext/gd/
H A Dgd.c1457 while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b)) > 0) { in PHP_FUNCTION()
1507 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b)) > 0) { in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch758 + if (php_stream_read(stream, map->p, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) {
3017 + if ((nbytes = php_stream_read(stream, (char *)buf, ms->bytes_max - nbytes)) < 0) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c3039 if (php_stream_read(stream, map->p, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) { in apprentice_map()
/PHP-7.4/ext/curl/
H A Dinterface.c2118 numread = php_stream_read(cb_arg->stream, buffer, nitems * size); in read_cb()

Completed in 106 milliseconds

12