Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_interface.c977 ub4 tmp_bytes_read = 0; local
978 if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read TSRMLS_CC)) {
982 if (tmp_bytes_read && !php_stream_write(stream, buffer, tmp_bytes_read)) {
991 length -= tmp_bytes_read;
992 descriptor->lob_current_position += tmp_bytes_read;
993 start += tmp_bytes_read;

Completed in 34 milliseconds