tmp_bytes_read 977 ext/oci8/oci8_interface.c ub4 tmp_bytes_read = 0; tmp_bytes_read 978 ext/oci8/oci8_interface.c if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read TSRMLS_CC)) { tmp_bytes_read 982 ext/oci8/oci8_interface.c if (tmp_bytes_read && !php_stream_write(stream, buffer, tmp_bytes_read)) { tmp_bytes_read 991 ext/oci8/oci8_interface.c length -= tmp_bytes_read; tmp_bytes_read 992 ext/oci8/oci8_interface.c descriptor->lob_current_position += tmp_bytes_read; tmp_bytes_read 993 ext/oci8/oci8_interface.c start += tmp_bytes_read;