Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h444 int php_oci_lob_read(php_oci_descriptor *descriptor, zend_long read_length, zend_long inital_offset…
H A Doci8_interface.c385 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 Doci8_lob.c239 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 Doci8.c2488 lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length); in php_oci_column_to_zval()

Completed in 23 milliseconds