Searched refs:lob_size (Results 1 – 5 of 5) sorted by relevance
86 descriptor->lob_size = -1; /* we should set it to -1 to know, that it's just not initialized */ in php_oci_lob_create()124 if (descriptor->lob_size >= 0) { in php_oci_lob_get_length()125 *length = descriptor->lob_size; in php_oci_lob_get_length()145 descriptor->lob_size = *length; in php_oci_lob_get_length()445 if ((int) descriptor->lob_current_position > (int) descriptor->lob_size) { in php_oci_lob_write()446 descriptor->lob_size = descriptor->lob_current_position; in php_oci_lob_write()828 descriptor->lob_size = (ub4) new_lob_length; in php_oci_lob_truncate()
180 int lob_size; /* cached LOB size. -1 = Lob wasn't initialized yet */ member
563 if ((descriptor->lob_size + offset) >= 0) { in PHP_FUNCTION()564 descriptor->lob_current_position = descriptor->lob_size + (ub4) offset; in PHP_FUNCTION()
1477 desc->lob_size = -1; /* force OCI8 to update cached size */ in php_oci_bind_out_callback()
2478 descriptor->lob_size = -1; in php_oci_column_to_zval()
Completed in 42 milliseconds