Searched refs:tmp_bytes_read (Results 1 – 1 of 1) sorted by relevance
1050 ub4 tmp_bytes_read = 0; in PHP_FUNCTION() local1051 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 8 milliseconds