Home
last modified time | relevance | path

Searched refs:tmp_bytes_read (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/oci8/
H A Doci8_interface.c889 ub4 tmp_bytes_read = 0; in PHP_FUNCTION() local
890 if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read)) { in PHP_FUNCTION()
894 if (tmp_bytes_read && !php_stream_write(stream, buffer, tmp_bytes_read)) { in PHP_FUNCTION()
904 length -= tmp_bytes_read; in PHP_FUNCTION()
905 descriptor->lob_current_position += tmp_bytes_read; in PHP_FUNCTION()
906 start += tmp_bytes_read; in PHP_FUNCTION()

Completed in 9 milliseconds