Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_interface.c1050 ub4 tmp_bytes_read = 0; in PHP_FUNCTION() local
1051 if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read)) { in PHP_FUNCTION()
1055 if (tmp_bytes_read && !php_stream_write(stream, buffer, tmp_bytes_read)) { in PHP_FUNCTION()
1065 length -= tmp_bytes_read; in PHP_FUNCTION()
1066 descriptor->lob_current_position += tmp_bytes_read; in PHP_FUNCTION()
1067 start += tmp_bytes_read; in PHP_FUNCTION()

Completed in 9 milliseconds