Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/
H A Doci8_interface.c826 zend_long start, length, block_length; in PHP_FUNCTION() local
883 block_length = PHP_OCI_LOB_BUFFER_SIZE; in PHP_FUNCTION()
884 if (block_length > length) { in PHP_FUNCTION()
885 block_length = length; in PHP_FUNCTION()
890 if (php_oci_lob_read(descriptor, block_length, start, &buffer, &tmp_bytes_read)) { in PHP_FUNCTION()
908 if (block_length > length) { in PHP_FUNCTION()
909 block_length = length; in PHP_FUNCTION()

Completed in 32 milliseconds