trim_length       608 ext/oci8/oci8_interface.c 	long trim_length = 0;
trim_length       612 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &trim_length) == FAILURE) {
trim_length       617 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|l", &z_descriptor, oci_lob_class_entry_ptr, &trim_length) == FAILURE) {
trim_length       627 ext/oci8/oci8_interface.c 	if (trim_length < 0) {
trim_length       632 ext/oci8/oci8_interface.c 	ub_trim_length = (ub4) trim_length;