new_lob_length    805 ext/oci8/oci8_lob.c int php_oci_lob_truncate (php_oci_descriptor *descriptor, long new_lob_length TSRMLS_DC)
new_lob_length    820 ext/oci8/oci8_lob.c 	if (new_lob_length < 0) {
new_lob_length    825 ext/oci8/oci8_lob.c 	if (new_lob_length > lob_length) {
new_lob_length    830 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, new_lob_length));
new_lob_length    838 ext/oci8/oci8_lob.c 	descriptor->lob_size = new_lob_length;
new_lob_length    439 ext/oci8/php_oci8_int.h int php_oci_lob_truncate(php_oci_descriptor *descriptor, long new_lob_length TSRMLS_DC);