Searched refs:php_oci_lob_read (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/oci8/ |
H A D | php_oci8_int.h | 444 int php_oci_lob_read(php_oci_descriptor *descriptor, zend_long read_length, zend_long inital_offset…
|
H A D | oci8_interface.c | 385 if (php_oci_lob_read(descriptor, -1, 0, &buffer, &buffer_len)) { in PHP_FUNCTION() 433 if (php_oci_lob_read(descriptor, length, descriptor->lob_current_position, &buffer, &buffer_len)) { in PHP_FUNCTION() 1051 if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read)) { in PHP_FUNCTION()
|
H A D | oci8_lob.c | 239 int php_oci_lob_read (php_oci_descriptor *descriptor, zend_long read_length, zend_long initial_offs… in php_oci_lob_read() function
|
H A D | oci8.c | 2488 lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length); in php_oci_column_to_zval()
|
Completed in 28 milliseconds