lob_size         2586 ext/oci8/oci8.c 			descriptor->lob_size = -1;
lob_size          483 ext/oci8/oci8_interface.c 			if ((descriptor->lob_size + offset) >= 0) {
lob_size          484 ext/oci8/oci8_interface.c 				descriptor->lob_current_position = descriptor->lob_size + (ub4) 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          449 ext/oci8/oci8_lob.c 	if ((int) descriptor->lob_current_position > (int) descriptor->lob_size) {
lob_size          450 ext/oci8/oci8_lob.c 		descriptor->lob_size = descriptor->lob_current_position;
lob_size          837 ext/oci8/oci8_lob.c 	descriptor->lob_size = (ub4) new_lob_length;
lob_size         1436 ext/oci8/oci8_statement.c 		desc->lob_size = -1;	/* force OCI8 to update cached size */
lob_size          180 ext/oci8/php_oci8_int.h 	int					 lob_size;				/* cached LOB size. -1 = Lob wasn't initialized yet */