tmp_bytes_read 997 ext/oci8/oci8_interface.c ub4 tmp_bytes_read = 0; tmp_bytes_read 998 ext/oci8/oci8_interface.c if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read)) { tmp_bytes_read 1002 ext/oci8/oci8_interface.c if (tmp_bytes_read && !php_stream_write(stream, buffer, tmp_bytes_read)) { tmp_bytes_read 1012 ext/oci8/oci8_interface.c length -= tmp_bytes_read; tmp_bytes_read 1013 ext/oci8/oci8_interface.c descriptor->lob_current_position += tmp_bytes_read; tmp_bytes_read 1014 ext/oci8/oci8_interface.c start += tmp_bytes_read;