Home
last modified time | relevance | path

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

/PHP-5.4/ext/oci8/
H A Doci8_lob.c87 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()
476 if (descriptor->lob_current_position > descriptor->lob_size) { in php_oci_lob_write()
477 descriptor->lob_size = descriptor->lob_current_position; in php_oci_lob_write()
838 descriptor->lob_size = new_lob_length;
H A Dphp_oci8_int.h155 int lob_size; /* cached LOB size. -1 = Lob wasn't initialized yet */ member
H A Doci8_interface.c471 if ((descriptor->lob_size + offset) >= 0) {
472 descriptor->lob_current_position = descriptor->lob_size + offset;
H A Doci8_statement.c1290 desc->lob_size = -1; /* force OCI8 to update cached size */ in php_oci_bind_out_callback()
H A Doci8.c2518 descriptor->lob_size = -1; in php_oci_column_to_zval()

Completed in 46 milliseconds