lob_size 2575 ext/oci8/oci8.c descriptor->lob_size = -1; lob_size 471 ext/oci8/oci8_interface.c if ((descriptor->lob_size + offset) >= 0) { lob_size 472 ext/oci8/oci8_interface.c descriptor->lob_current_position = descriptor->lob_size + offset; lob_size 90 ext/oci8/oci8_lob.c descriptor->lob_size = -1; /* we should set it to -1 to know, that it's just not initialized */ lob_size 128 ext/oci8/oci8_lob.c if (descriptor->lob_size >= 0) { lob_size 129 ext/oci8/oci8_lob.c *length = descriptor->lob_size; lob_size 149 ext/oci8/oci8_lob.c descriptor->lob_size = *length; lob_size 450 ext/oci8/oci8_lob.c if (descriptor->lob_current_position > descriptor->lob_size) { lob_size 451 ext/oci8/oci8_lob.c descriptor->lob_size = descriptor->lob_current_position; lob_size 838 ext/oci8/oci8_lob.c descriptor->lob_size = new_lob_length; lob_size 1412 ext/oci8/oci8_statement.c desc->lob_size = -1; /* force OCI8 to update cached size */ lob_size 173 ext/oci8/php_oci8_int.h int lob_size; /* cached LOB size. -1 = Lob wasn't initialized yet */