Searched refs:block_length (Results 1 – 1 of 1) sorted by relevance
826 zend_long start, length, block_length; in PHP_FUNCTION() local883 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 8 milliseconds