bytes_erased      648 ext/oci8/oci8_interface.c 	ub4 bytes_erased;
bytes_erased      689 ext/oci8/oci8_interface.c 	if (php_oci_lob_erase(descriptor, offset, length, &bytes_erased TSRMLS_CC)) {
bytes_erased      692 ext/oci8/oci8_interface.c 	RETURN_LONG(bytes_erased);
bytes_erased      847 ext/oci8/oci8_lob.c int php_oci_lob_erase (php_oci_descriptor *descriptor, long offset, ub4 length, ub4 *bytes_erased TSRMLS_DC)
bytes_erased      854 ext/oci8/oci8_lob.c 	*bytes_erased = 0;
bytes_erased      876 ext/oci8/oci8_lob.c 	*bytes_erased = length;
bytes_erased      440 ext/oci8/php_oci8_int.h int php_oci_lob_erase(php_oci_descriptor *descriptor, long offset, ub4 length, ub4 *bytes_erased TSRMLS_DC);