lob_length 2549 ext/oci8/oci8.c ub4 lob_length; lob_length 2585 ext/oci8/oci8.c lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length TSRMLS_CC); lob_length 2593 ext/oci8/oci8.c if (lob_length > 0) { lob_length 2594 ext/oci8/oci8.c ZVAL_STRINGL(value, lob_buffer, lob_length, 0); lob_length 361 ext/oci8/oci8_interface.c ub4 lob_length; lob_length 376 ext/oci8/oci8_interface.c if (!php_oci_lob_get_length(descriptor, &lob_length TSRMLS_CC)) { lob_length 377 ext/oci8/oci8_interface.c if (lob_length == descriptor->lob_current_position) { lob_length 442 ext/oci8/oci8_interface.c ub4 lob_length; lob_length 462 ext/oci8/oci8_interface.c if (php_oci_lob_get_length(descriptor, &lob_length TSRMLS_CC)) { lob_length 493 ext/oci8/oci8_interface.c ub4 lob_length; lob_length 508 ext/oci8/oci8_interface.c if (php_oci_lob_get_length(descriptor, &lob_length TSRMLS_CC)) { lob_length 511 ext/oci8/oci8_interface.c RETURN_LONG(lob_length); lob_length 883 ext/oci8/oci8_interface.c ub4 lob_length; lob_length 937 ext/oci8/oci8_interface.c if (php_oci_lob_get_length(descriptor, &lob_length TSRMLS_CC)) { lob_length 946 ext/oci8/oci8_interface.c length = lob_length - descriptor->lob_current_position; lob_length 408 ext/oci8/oci8_lob.c ub4 lob_length; lob_length 412 ext/oci8/oci8_lob.c if (php_oci_lob_get_length(descriptor, &lob_length TSRMLS_CC)) { lob_length 809 ext/oci8/oci8_lob.c ub4 lob_length; lob_length 812 ext/oci8/oci8_lob.c if (php_oci_lob_get_length(descriptor, &lob_length TSRMLS_CC)) { lob_length 816 ext/oci8/oci8_lob.c if (lob_length <= 0) { lob_length 825 ext/oci8/oci8_lob.c if (new_lob_length > lob_length) { lob_length 851 ext/oci8/oci8_lob.c ub4 lob_length; lob_length 856 ext/oci8/oci8_lob.c if (php_oci_lob_get_length(descriptor, &lob_length TSRMLS_CC)) { lob_length 865 ext/oci8/oci8_lob.c length = lob_length;