Home
last modified time | relevance | path

Searched refs:bytes_erased (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/oci8/
H A Doci8_lob.c844 int php_oci_lob_erase (php_oci_descriptor *descriptor, long offset, ub4 length, ub4 *bytes_erased T…
850 *bytes_erased = 0;
872 *bytes_erased = length;
H A Doci8_interface.c648 ub4 bytes_erased; local
689 if (php_oci_lob_erase(descriptor, offset, length, &bytes_erased TSRMLS_CC)) {
692 RETURN_LONG(bytes_erased);

Completed in 19 milliseconds