new_lob_length    804 ext/oci8/oci8_lob.c int php_oci_lob_truncate (php_oci_descriptor *descriptor, zend_long new_lob_length)
new_lob_length    819 ext/oci8/oci8_lob.c 	if (new_lob_length < 0) {
new_lob_length    824 ext/oci8/oci8_lob.c 	if (new_lob_length > lob_length) {
new_lob_length    829 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, (ub4) new_lob_length));
new_lob_length    837 ext/oci8/oci8_lob.c 	descriptor->lob_size = (ub4) new_lob_length;
new_lob_length    454 ext/oci8/php_oci8_int.h int php_oci_lob_truncate(php_oci_descriptor *descriptor, zend_long new_lob_length);