Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_interface.c1015 ub4 tmp_bytes_read = 0; in PHP_FUNCTION() local
1016 if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read)) { in PHP_FUNCTION()
1020 if (tmp_bytes_read && !php_stream_write(stream, buffer, tmp_bytes_read)) { in PHP_FUNCTION()
1030 length -= tmp_bytes_read; in PHP_FUNCTION()
1031 descriptor->lob_current_position += tmp_bytes_read; in PHP_FUNCTION()
1032 start += tmp_bytes_read; in PHP_FUNCTION()

Completed in 11 milliseconds