Home
last modified time | relevance | path

Searched refs:lob_size (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/oci8/
H A Doci8_lob.c84 descriptor->lob_size = -1; /* we should set it to -1 to know, that it's just not initialized */ in php_oci_lob_create()
122 if (descriptor->lob_size >= 0) { in php_oci_lob_get_length()
123 *length = descriptor->lob_size; in php_oci_lob_get_length()
143 descriptor->lob_size = *length; in php_oci_lob_get_length()
443 if ((int) descriptor->lob_current_position > (int) descriptor->lob_size) { in php_oci_lob_write()
444 descriptor->lob_size = descriptor->lob_current_position; in php_oci_lob_write()
826 descriptor->lob_size = (ub4) new_lob_length; in php_oci_lob_truncate()
H A Dphp_oci8_int.h178 int lob_size; /* cached LOB size. -1 = Lob wasn't initialized yet */ member
H A Doci8_interface.c479 if ((descriptor->lob_size + offset) >= 0) { in PHP_FUNCTION()
480 descriptor->lob_current_position = descriptor->lob_size + (ub4) offset; in PHP_FUNCTION()
H A Doci8_statement.c1470 desc->lob_size = -1; /* force OCI8 to update cached size */ in php_oci_bind_out_callback()
H A Doci8.c1707 descriptor->lob_size = -1; in php_oci_column_to_zval()

Completed in 27 milliseconds