Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h401 int php_oci_lob_read (php_oci_descriptor *, long, long, char **, ub4 * TSRMLS_DC);
H A Doci8_interface.c298 if (php_oci_lob_read(descriptor, -1, 0, &buffer, &buffer_len TSRMLS_CC)) {
343 …if (php_oci_lob_read(descriptor, length, descriptor->lob_current_position, &buffer, &buffer_len TS…
978 if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read TSRMLS_CC)) {
H A Doci8_lob.c236 int php_oci_lob_read (php_oci_descriptor *descriptor, long read_length, long initial_offset, char *… in php_oci_lob_read() function
H A Doci8.c2526 lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length TSRMLS_CC); in php_oci_column_to_zval()

Completed in 28 milliseconds