tmp_buf_len      1126 ext/oci8/oci8.c 			int tmp_buf_len = (int) strlen((char *)tmp_buf);
tmp_buf_len      1128 ext/oci8/oci8.c 			if (tmp_buf_len > 0 && tmp_buf[tmp_buf_len - 1] == '\n') {
tmp_buf_len      1129 ext/oci8/oci8.c 				tmp_buf[tmp_buf_len - 1] = '\0';