Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/
H A Doci8_lob.c90 descriptor->lob_size = -1; /* we should set it to -1 to know, that it's just not initialized */ in php_oci_lob_create()
128 if (descriptor->lob_size >= 0) { in php_oci_lob_get_length()
129 *length = descriptor->lob_size; in php_oci_lob_get_length()
149 descriptor->lob_size = *length; in php_oci_lob_get_length()
449 if ((int) descriptor->lob_current_position > (int) descriptor->lob_size) { in php_oci_lob_write()
450 descriptor->lob_size = descriptor->lob_current_position; in php_oci_lob_write()
832 descriptor->lob_size = (ub4) new_lob_length; in php_oci_lob_truncate()
H A Dphp_oci8_int.h180 int lob_size; /* cached LOB size. -1 = Lob wasn't initialized yet */ member
H A Doci8_interface.c548 if ((descriptor->lob_size + offset) >= 0) { in PHP_FUNCTION()
549 descriptor->lob_current_position = descriptor->lob_size + (ub4) offset; in PHP_FUNCTION()
H A Doci8_statement.c1490 desc->lob_size = -1; /* force OCI8 to update cached size */ in php_oci_bind_out_callback()
H A Doci8.c2494 descriptor->lob_size = -1; in php_oci_column_to_zval()

Completed in 26 milliseconds